 | 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
Syntaxpublic 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
)
Public Shared Sub Diff (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
n As Integer
)
Public Shared Sub Diff (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
n As Integer
)
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
)
static member Diff :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
n : int -> unit
static member Diff :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
n : int -> unit
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