Click or drag to resize

CVVUDecimate Method

Decimate a VV.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Decimate(
	CVV vv,
	int decimate
)

public static void Decimate(
	CVV vv,
	int decimate
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
decimate
Type: SystemInt32
Decimation factor (must be > 0)
Remarks
For a decimation factor N, will remove all values except those with indices equal to MN, where M is an integer.
See Also