Click or drag to resize

CVVUPolyFill Method

Fill a VV with values from an n'th order polynomial, integral x.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PolyFill(
	CVV vv_d,
	int order,
	CVV vv_c
)

public static void PolyFill(
	CVV vv_d,
	int order,
	CVV vv_c
)

Parameters

vv_d
Type: GeoEngine.Core.GXNetCVV
VV with output data. (Preset length)
order
Type: SystemInt32
Order of the polynomial 0-9
vv_c
Type: GeoEngine.Core.GXNetCVV
VV with polynomial coefficients (input)
Remarks
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,...
See Also