Click or drag to resize
CVVUPolyFill Method
Fill a VV with values from an n'th order polynomial, integral 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 unitless (1 per element), i.e. 0,1,2,3,...
Syntax
public static void PolyFill(
	CVV oVV1,
	int i2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV with output data. (Preset length)
i2
Type: SystemInt32
order of the polynomial 0-9
oVV3
Type: GeoEngine.Core.GXNetCVV
VV with polynomial coefficients (input)
See Also