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

Available since Oasis montaj version: 6.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	ref double d2,
	ref double d3
)

Parameters

i1
Type: SystemInt32
# of bins
d2
Type: SystemDouble
Min (value at start of 2nd bin)
d3
Type: SystemDouble
Max (value at end of 2nd last bin)
See Also