Click or drag to resize
CSTGetHistogramInfo Method
Retrieve number of bins, min and max value in histogram

Available since Oasis montaj version: 6.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The items correspond to those in Histogram2_ST. If a histogram is not defined in the ST, then the returned number of bins is zero, and the min and max values will be dummies.
Syntax
public void GetHistogramInfo(
	ref int div,
	ref double min,
	ref double max
)

Parameters

div
Type: SystemInt32
# of bins
min
Type: SystemDouble
Min (value at start of 2nd bin)
max
Type: SystemDouble
Max (value at end of 2nd last bin)
See Also