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