VA_DECIMATEConstant Class

VA Object to decimate
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXVA_DECIMATEConstant

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static class VA_DECIMATEConstant

public static class VA_DECIMATEConstant

The VA_DECIMATEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAVERAGE
Replace with the average of the set of values
Public fieldStatic memberFIRST
Replace with the first value in each set of values
Public fieldStatic memberMEDIAN
Replace with the median of the values. For even numbers, the average of the middle sorted values
Public fieldStatic memberSUM
Replace with the sum of the set of values
Top
See Also