Click or drag to resize

CDUDiff Method

Calculate differences within a channel.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Diff(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int n
)

public static void Diff(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int n
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Origin Channel [<define>DB_LOCK_READONLY</define>]
o_ch
Type: SystemInt32
Destination Channel [<define>DB_LOCK_READWRITE</define>]
n
Type: SystemInt32
Number of differences
Remarks
Differences with dummies result in dummies. An even number of differences locates data accurately. An odd number of differences locates result 1/2 element lower in the VV.
See Also