Click or drag to resize

CVADecimate Method

Decimate a VA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.2.0.42
Syntax
public CVA Decimate(
	int n,
	int method
)

public CVA Decimate(
	int n,
	int method
)

Parameters

n
Type: SystemInt32
number of columns to combine into each single output column
method
Type: SystemInt32
decimation method <define>VA_DECIMATE</define>

Return Value

Type: CVA
VA Object
Remarks
This method decimates a VA by selecting every 'N' items and replacing them with a value given by the decimation method, one of <define>VA_DECIMATE</define>
See Also