 | CSTGetHistogramBins Method |
Retrieve number of items in each hostogram bin
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetHistogramBins(
CVV vv
)
public void GetHistogramBins(
CVV vv
)
Public Sub GetHistogramBins (
vv As CVV
)
Public Sub GetHistogramBins (
vv As CVV
)
public:
void GetHistogramBins(
CVV^ vv
)
public:
void GetHistogramBins(
CVV^ vv
)
member GetHistogramBins :
vv : CVV -> unit
member GetHistogramBins :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
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