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