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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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