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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CVV oVV1,
	CVV oVV2,
	int i3,
	CVV oVV4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV with x spacing (input)
oVV2
Type: GeoEngine.Core.GXNetCVV
VV with output data. (Preset length)
i3
Type: SystemInt32
order of the polynomial 0-9
oVV4
Type: GeoEngine.Core.GXNetCVV
VV with polynomial coefficients (order+1 values)
See Also