VariableBuilderTypeDim Structure

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

Definition

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

Type Parameters

Dim
Dimension of the variable.

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
ToString
(Inherited from ValueType)

See Also