Click or drag to resize
CVVUFractalFilter Method
Fractal filter a VV.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void FractalFilter(
	CVV oVV1,
	int i2,
	int i3,
	CVV oVV4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
[i] VV
i2
Type: SystemInt32
[i] filter order
i3
Type: SystemInt32
[i] filter number
oVV4
Type: GeoEngine.Core.GXNetCVV
[o] filtered VV
See Also