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