| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This function returns a value evaluator. The evaluations of
elements of valueArray are explicitly defined in the array
of integer values evalArray; that is, the evaluation of
valueArray[i] is evalArray[i].
The arrays valueArray and evalArray
must have the same size.
The evaluation of a value that does not appear in valueArray
is given by defaultEval.
See Also:
This function returns a value evaluator. The evaluations of
elements of valueArray are explicitly defined in the array
of floating-point values evalArray; that is, the evaluation of
valueArray[i] is evalArray[i].
The arrays valueArray and evalArray
must have the same size.
The evaluation of a value that does not appear in valueArray
is given by defaultEval.
See Also: