ParD4Item Property

Returns the parameter's value at the (i,j,k,l)-th position. Note that the indices can be any scalar (constant for the mathematical model) expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public Sca this[
	Sca i,
	Sca j,
	Sca k,
	Sca l
] { get; }

Parameters

i  Sca
First index of the parameter.
j  Sca
Second index of the parameter.
k  Sca
Third index of the parameter.
l  Sca
Fourth index of the parameter.

Return Value

Sca

See Also