ManagedCoreProviderOfSingle.Fft Property

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
public override FftOperations<float> Fft { get; }

Property Value

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

Remarks

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

See Also