Click or drag to resize

CSTGetHistogramInfo Method

Retrieve number of bins, min and max value in histogram

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetHistogramInfo(
	ref int div,
	ref double min,
	ref double max
)

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)
Remarks
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.
See Also