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) Version: 2024.2.0.25
Syntax
public static class FFT_DETRENDConstant

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