 | CVVUNLFilt Method |
Applies a non-linear filter.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void NLFilt(
CVV vv_i,
CVV vv_o,
int fwid,
double pr_ftol
)
public static void NLFilt(
CVV vv_i,
CVV vv_o,
int fwid,
double pr_ftol
)
Public Shared Sub NLFilt (
vv_i As CVV,
vv_o As CVV,
fwid As Integer,
pr_ftol As Double
)
Public Shared Sub NLFilt (
vv_i As CVV,
vv_o As CVV,
fwid As Integer,
pr_ftol As Double
)
public:
static void NLFilt(
CVV^ vv_i,
CVV^ vv_o,
int fwid,
double pr_ftol
)
public:
static void NLFilt(
CVV^ vv_i,
CVV^ vv_o,
int fwid,
double pr_ftol
)
static member NLFilt :
vv_i : CVV *
vv_o : CVV *
fwid : int *
pr_ftol : float -> unit
static member NLFilt :
vv_i : CVV *
vv_o : CVV *
fwid : int *
pr_ftol : float -> unit
Parameters
- vv_i
- Type: GeoEngine.Core.GXNetCVV
Input VV - vv_o
- Type: GeoEngine.Core.GXNetCVV
Filtered VV - fwid
- Type: SystemInt32
Filter Width - pr_ftol
- Type: SystemDouble
Filter Tolerance, 0 for 1% of Std. Dev.
See Also