 | CDUTrend Method |
Calculates an n'th order trend of a data channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Trend(
CDB db,
int line,
int i_ch,
int o_ch,
int order
)
public static void Trend(
CDB db,
int line,
int i_ch,
int o_ch,
int order
)
Public Shared Sub Trend (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
order As Integer
)
Public Shared Sub Trend (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
order As Integer
)
public:
static void Trend(
CDB^ db,
int line,
int i_ch,
int o_ch,
int order
)
public:
static void Trend(
CDB^ db,
int line,
int i_ch,
int o_ch,
int order
)
static member Trend :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
order : int -> unit
static member Trend :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
order : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line Handle to Apply this to - i_ch
- Type: SystemInt32
Input channel [<define>DB_LOCK_READONLY</define>] - o_ch
- Type: SystemInt32
Result channel [<define>DB_LOCK_READWRITE</define>] - order
- Type: SystemInt32
Trend Order, 0 to 9
See Also