Util Properties | 
The Util type exposes the following members.
| Name | Description | |
|---|---|---|
| HyperThreadingEnabled | 
            Flag specifying that Hyper Threading is enabled on this machine
             This is false by default, and hence can be false, even though Hyper Threading is enabled.  | |
| ProcessorCount | 
            Returns the number of processing units in the current system.
             If HyperThreadingEnabled is set, it returns half of Environment.ProcessorCount, otherwise it just returns Environment.ProcessorCount.  | |
| UnitProvider | 
            If not null, then this unit provider is use to convert values into user units
              |