Class CpuUtils
Contains static methods and properties related to processor.
public static class CpuUtils
- Inheritance
-
CpuUtils
Methods
- BytesToInt(byte, byte, byte, byte)
Converts four bytes to int value.
- BytesToInt16(byte, byte)
Converts two bytes to short value.
- CharsToInt(char, char, char, char)
Converts four chars to int value. Only low byte of the char is used in the conversion.