GenericCoreProvider<T>.Fft Property

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override 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 FftOperations<T>.

See Also