ParameterBuilderIndicesDim Structure

Note: This API is now obsolete.
Parameter 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 ParameterBuilderIndices<Dim>
where Dim : struct, new(), IDimension
Inheritance
Object    ValueType    ParameterBuilderIndicesDim

Type Parameters

Dim
Dimension of the parameter.

Methods

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

See Also