Click or drag to resize

CheckType Fields

http://www.emgu.com

The CheckType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNanInfinity
Checks that every element is neither NaN nor Infinity
Public fieldStatic memberQuite
If set, the function does not raises an error if an element is invalid or out of range
Public fieldStatic memberRange
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
Public fieldvalue__
Top
See Also