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