VariableBuilderIndicesDim Structure

Note: This API is now obsolete.
Variable builder containing key, definition and indices information.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct VariableBuilderIndices<Dim>
where Dim : struct, new(), IDimension
Inheritance
Object    ValueType    VariableBuilderIndicesDim

Type Parameters

Dim
Dimension of the variable.

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
IsContinuous Adds variable type information to the variable => leads to a continuous (R) variable.
IsInteger Adds variable type information to the variable => leads to an integer (Z) variable.
ToString
(Inherited from ValueType)

See Also