Core Provider<T>.Fft Property
Gets or sets the current FFT provider implementation
for double-precision arguments.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A class that inherits from FftOperations<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.