Click or drag to resize

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
Syntax
VB
Public Enumeration mcHistWhichThreshold
Members
  Member nameValueDescription
mchwtBoth-1Both thresholds of each pair are returned as a scalar orarray of type DOUBLERANGE (a class with Start and End fields)
mchwtStart0Only the starting (lower) threshold of each pair is returned as a scalar orarray of type double
mchwtEnd1Only the ending (upper) threshold of each pair is returned as a scalar orarray of type double
See Also