Click or drag to resize
CDUTrend Method
Calculates an n'th order trend of a data channel.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Trend(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int order
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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