Gets or sets the current FFT provider implementation
for T-precision arguments.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.1
public override FftOperations<T> Fft { get; }
Public Overrides ReadOnly Property Fft As FftOperations(Of T)
Get
public:
virtual property FftOperations<T>^ Fft {
FftOperations<T>^ get () override;
}
abstract Fft : FftOperations<'T> with get
override Fft : FftOperations<'T> with get
Property Value
Type:
FftOperationsTA class that inherits from
FftOperationsT.
The default value of this property is
an instance of FftOperationsT.
Reference