You are here: Start » AVL.NET » Settings Class
Settings Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Properties
| Name | Type | Description | |
|---|---|---|---|
| IsDiagnosticModeEnabled | System.Boolean | Gets or sets if diagnostic outputs are computed. | |
| IsParallelComputingEnabled | System.Boolean | Gets or sets if parallel computing is enabled. Setting this property to true assigns most optimal thread count. | |
| IsReversedEnumerationDirection | System.Boolean | Gets or sets if enumeration direction in current iteration should be reversed | |
| IsSSEEnabled | System.Boolean | Gets or sets if SSE acceleration is enabled. | |
| ParallelComputingThreadCount | System.Int32 | Gets or sets parallel computing thread count. Setting this property to 1 disables parallel computing. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
