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