Overload List
| Name | Description | |
|---|---|---|
| NumVarArray(Int32, Double, Double) |
Creates an array of length n
initialized to n new modeling variables
of the type NumVarType.Float.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][]) |
Creates an array of length n
initialized to n new modeling variables
of type NumVarType.Float.
| |
| NumVarArray(Int32, Double, Double, NumVarType) |
Creates n new numeric variable objects
and returns them in an array.
| |
| NumVarArray(Int32, Double, Double, array<String>[]()[][]) |
Creates an array of length n
initialized to n new modeling variables
of type NumVarType.Float.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][]) |
Creates n new numeric variables and
returns them in an array.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][]) |
Creates an array of length n
initialized to n new modeling variables
of type NumVarType.Float.
| |
| NumVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][]) |
Creates n new numeric variable objects
and returns them in an array.
| |
| NumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][]) |
Creates n new numeric variable objects
and returns them in an array.
|