mcHistWhichThreshold Enumeration
|
|
Values for the McHistogram Thresholds property's WhichThreshold argument.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcHistWhichThreshold
Members
| Member name | Value | Description |
---|
| mchwtBoth | -1 | Both thresholds of each pair are returned as a scalar orarray of type DOUBLERANGE (a class with Start and End fields) |
| mchwtStart | 0 | Only the starting (lower) threshold of each pair is returned as a scalar orarray of type double |
| mchwtEnd | 1 | Only the ending (upper) threshold of each pair is returned as a scalar orarray of type double |
See Also