public readonly struct ParameterBuilderDefinition
Equals | (Inherited from ValueType) |
GetHashCode | (Inherited from ValueType) |
GetType | (Inherited from Object) |
HasIndices(Set) | Adds indices information => leads to 1-dimensional parameter ParD1. |
HasIndices(Set, Set) | Adds indices information => leads to 2-dimensional parameter ParD2. |
HasIndices(Set, Set, Set) | Adds indices information => leads to 3-dimensional parameter ParD3. |
HasIndices(Set, Set, Set, Set) | Adds indices information => leads to 4-dimensional parameter ParD4. |
HasValue(Double, String) |
Finalizes the parameter builder and returns the resulting 0-dimensional parameter ParD0.
The resulting parameter has the given value. |
HasValue(FuncDouble, String) |
Finalizes the parameter builder and returns the resulting 0-dimensional parameter ParD0.
Value of the resulting parameter will be obtained by the given function. |
ToString | (Inherited from ValueType) |