You are here: Start » AVL.NET » Settings Class

Settings Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Properties

 NameTypeDescription
IsDiagnosticModeEnabledSystem.Boolean Gets or sets if diagnostic outputs are computed.
IsParallelComputingEnabledSystem.Boolean Gets or sets if parallel computing is enabled. Setting this property to true assigns most optimal thread count.
IsReversedEnumerationDirectionSystem.Boolean Gets or sets if enumeration direction in current iteration should be reversed
IsSSEEnabledSystem.Boolean Gets or sets if SSE acceleration is enabled.
ParallelComputingThreadCountSystem.Int32 Gets or sets parallel computing thread count. Setting this property to 1 disables parallel computing.

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also