Click or drag to resize

IMcHistogram2SampledFraction Property

A value between 0 and 1.0 which gives the fraction of pixels sampled for the current histogram.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property SampledFraction As Double
	Get

Property Value

Type: Double
Remarks
The SampledFraction will be 1.0 unless SamplingCoverage is set to something other than its default value of 100. This property will only be valid after a the histogram or AbsoluteRange is computed.
See Also