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
SyntaxReadOnly Property SampledFraction As Double
	Get
Property Value
Type: 
Double
RemarksThe 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