Click or drag to resize
CVVUPolyFill2 Method
Fill a VV with values from an n'th order polynomial, specified X

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The output VV length must be set as desired before calling. The X scale is defined by a X VV (see Trend_VV for unitless X).
Syntax
public static void PolyFill2(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_d,
	int order,
	CVV vv_c
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
VV with x spacing (input)
vv_d
Type: GeoEngine.Core.GXNetXCVV
VV with output data. (Preset length)
order
Type: SystemInt32
Order of the polynomial 0-9
vv_c
Type: GeoEngine.Core.GXNetXCVV
VV with polynomial coefficients (order+1 values)
See Also