ParameterBuilderDefinition Structure

Note: This API is now obsolete.
Parameter builder containing key and definition information.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct ParameterBuilderDefinition
Inheritance
Object    ValueType    ParameterBuilderDefinition

Methods

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)

See Also