[]
Translates number between different types.
public sealed class NumberTranslator
| Name | Description |
|---|---|
| NumberTranslator() |
| Name | Description |
|---|---|
| HighWord(int) | Get the higher word from a integer value. |
| HighWord(IntPtr) | Get the higher word from a IntPtr value. |
| HighWord(uint) | Get the higher word from a unsigned integer value. |
| LowWord(int) | Get the lower word from a integer value. |
| LowWord(IntPtr) | Get the higher word from a IntPtr value. |
| LowWord(uint) | Get the lower word from a unsigned integer value. |
| MakeDoubleWord(short, short) | Make a double word by low and high word. |
| MakeDoubleWord(ushort, ushort) | Make a double word by low and high word. |