Orx.MathProg (C#)
C#
Show/Hide TOC
Parameter
Builder
Key
Has
Indices(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#
Copy
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
ParameterBuilderIndices
Dimension2
See Also
Reference
ParameterBuilderKey Structure
HasIndices Overload
Orx.MathProg Namespace
In This Article
Definition
Parameters
Return Value
See Also