Overload List
| Name | Description | |
|---|---|---|
|
|
ExplicitValueEval(array<Int32>[]()[][], array<Double>[]()[][]) |
This method is a shortcut to explicitValueEval(vals, evaluation, 0).
|
|
|
ExplicitValueEval(array<Int32>[]()[][], array<Int32>[]()[][]) |
This method is a shortcut to explicitValueEval(vals, evaluation, 0).
|
|
|
ExplicitValueEval(array<Int32>[]()[][], array<Double>[]()[][], Double) |
This method returns a value evaluator. The evaluations of elements of vals are explicitly defined in the array of floating-point values evaluation; that is, the evaluation of vals[i] is evaluation[i]. The arrays vals and evaluation must have the same size. The evaluation of a value that does not appear in vals is given by defaultEval.
|
|
|
ExplicitValueEval(array<Int32>[]()[][], array<Int32>[]()[][], Double) |
This method returns a value evaluator.
|