Click or drag to resize
CVVUDecimate Method
Decimate a VV.

Available since Oasis montaj version: 6.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
For a decimation factor N, will remove all values except those with indices equal to MN, where M is an integer.
Syntax
public static void Decimate(
	CVV oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV
i2
Type: SystemInt32
decimation factor (must be > 0)
See Also