ILNumerics Ultimate VS

SettingsMaxSafeQuicksortRecursionDepth Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Maximum recursion depth the quicksort algorithm can go. Default: 100 (for array length up to 2^100).

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static int MaxSafeQuicksortRecursionDepth { get; set; }

Property Value

Type: Int32
Remarks

[ILNumerics Core Module]

See Also

Reference