Gets or sets the threshold for switching between the managed and native FFT providers.
Namespace:
Extreme.Mathematics.SignalProcessing
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public int ComplexManagedThresholdLength { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ComplexManagedThresholdLength As Integer |
| Visual C++ |
|---|
public:
property int ComplexManagedThresholdLength {
int get ();
void set (int value);
} |
| F# |
|---|
member ComplexManagedThresholdLength : int with get, set
|
Remarks
See Also