Click or drag to resize

CST.GetHistogramBins Method

Retrieve number of items in each hostogram bin

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetHistogramBins(
	CVV vv
)

public void GetHistogramBins(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNet.CVV
VV for numbers of items
Remarks
The length of the returned VV is set to the total number of bins. If a histogram is not defined in the ST, then the returned length is zero.
See Also