CheckType Fields |
The CheckType type exposes the following members.
| Name | Description | |
|---|---|---|
| NanInfinity |
Checks that every element is neither NaN nor Infinity
| |
| Quite |
If set, the function does not raises an error if an element is invalid or out of range
| |
| Range |
If set, the function checks that every value of array is within [minVal,maxVal) range, otherwise it just checks that every element is neither NaN nor Infinity
| |
| value__ |