FFT_DETRENDConstant Class
Detrending option
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetXFFT_DETRENDConstant

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static class FFT_DETRENDConstant

The FFT_DETRENDConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL
Detrend order 1 using all data points
Public fieldStatic memberENDS
Detrend order 1 using only two end points
Public fieldStatic memberMEAN
Remove mean value
Public fieldStatic memberNONE
No trend remove
Top
See Also