Click or drag to resize

FFTPrecision Enumeration

Precision of FFT transform. Used for building FFTConfiguration types.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum FFTPrecision
Members
Member nameValueDescription
FLOAT0 Single precision FFT
DOUBLE1 Double precision FFT
See Also