Click or drag to resize

CEUL3ExEulerDerive Method

Calculates gradients

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int ExEulerDerive(
	CVV vv_dist,
	double pr_dx,
	CVV vv_mag,
	int length,
	CVV vv_gx,
	CVV vv_gz,
	int max_sol
)

public static int ExEulerDerive(
	CVV vv_dist,
	double pr_dx,
	CVV vv_mag,
	int length,
	CVV vv_gx,
	CVV vv_gz,
	int max_sol
)

Parameters

vv_dist
Type: GeoEngine.Core.GXNetCVV
Input distance
pr_dx
Type: SystemDouble
Sample Interval
vv_mag
Type: GeoEngine.Core.GXNetCVV
Input mag
length
Type: SystemInt32
SampleCount
vv_gx
Type: GeoEngine.Core.GXNetCVV
Horizontal Gradient out
vv_gz
Type: GeoEngine.Core.GXNetCVV
Vertical Gradient out
max_sol
Type: SystemInt32
Output array size limit

Return Value

Type: Int32
0 for OK, -1 for Error
See Also