__declspec(property(get = GetFFTStorageFormat, put = SetFFTStorageFormat)) TFFTStorageFormat FFTStorageFormat;
FFT storage format.
Read:
TFFTStorageFormat GetFFTStorageFormat() const;Write:
void SetFFTStorageFormat(const TFFTStorageFormat value) const;Remarks:
The FFT storage format specifies how will the result of an operation be stored in the destination. This affects both 1D and 2D FFT's.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler