 | CVVUDecimate Method |
Decimate a VV.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Decimate(
CVV vv,
int decimate
)
public static void Decimate(
CVV vv,
int decimate
)
Public Shared Sub Decimate (
vv As CVV,
decimate As Integer
)
Public Shared Sub Decimate (
vv As CVV,
decimate As Integer
)
public:
static void Decimate(
CVV^ vv,
int decimate
)
public:
static void Decimate(
CVV^ vv,
int decimate
)
static member Decimate :
vv : CVV *
decimate : int -> unit
static member Decimate :
vv : CVV *
decimate : int -> unit
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