Managed Fft Provider Of Single.Real Managed Threshold Length Property
Gets or sets the threshold for switching between the managed and native FFT providers.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
public int RealManagedThresholdLength { get; set; }
Property Value
Int32Remarks
Real transforms of length less than or equal to RealManagedThresholdLength are always performed using the managed provider. Real transforms of length greater than RealManagedThresholdLength are performed using a native provider, if one is available.
The default value for the threshold is 64.