CoreProvider<T>.Fft Property

Gets or sets the current FFT provider implementation for double-precision arguments.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract FftOperations<T> Fft { get; }

Property Value

FftOperations<T>
A class that inherits from FftOperations<T>.

Remarks

The default value of this property is an instance of ManagedFftProvider.

See Also