 | CVADecimate Method |
Decimate a VA.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.2.0.42
Syntaxpublic CVA Decimate(
int n,
int method
)
public CVA Decimate(
int n,
int method
)
Public Function Decimate (
n As Integer,
method As Integer
) As CVA
Public Function Decimate (
n As Integer,
method As Integer
) As CVA
public:
CVA^ Decimate(
int n,
int method
)
public:
CVA^ Decimate(
int n,
int method
)
member Decimate :
n : int *
method : int -> CVA
member Decimate :
n : int *
method : int -> CVA
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:
CVAVA 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