[]
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(nint) | Get the higher word from a nint value. |
HighWord(uint) | Get the higher word from a unsigned integer value. |
LowWord(int) | Get the lower word from a integer value. |
LowWord(nint) | Get the higher word from a nint 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. |