ParameterBuilderDefinitionHasIndices(Set, Set) Method

Adds indices information => leads to 2-dimensional parameter ParD2.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public ParameterBuilderIndices<Dimension2> HasIndices(
	Set i,
	Set j
)

Parameters

i  Set
First index of the parameter.
j  Set
Second index of the parameter.

Return Value

ParameterBuilderIndicesDimension2

See Also