Click or drag to resize
CEUL3ExEulerDerive Method
Calculates gradients

Available since Oasis montaj version: 9.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int ExEulerDerive(
	CVV oVV1,
	double d2,
	CVV oVV3,
	int i4,
	CVV oVV5,
	CVV oVV6,
	int i7
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input distance
d2
Type: SystemDouble
Sample Interval
oVV3
Type: GeoEngine.Core.GXNetCVV
Input mag
i4
Type: SystemInt32
SampleCount
oVV5
Type: GeoEngine.Core.GXNetCVV
Horizontal Gradient out
oVV6
Type: GeoEngine.Core.GXNetCVV
Vertical Gradient out
i7
Type: SystemInt32
Output array size limit

Return Value

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