[]
Get the higher word from a unsigned integer value.
public static ushort HighWord(uint value)
Type | Name | Description |
---|---|---|
uint | value | An unint indicates the unsigned integer value. |
Type | Description |
---|---|
ushort | Returns the higher word as result. |
Get the higher word from a integer value.
public static short HighWord(int value)
Type | Name | Description |
---|---|---|
int | value | An unint indicates the integer value. |
Type | Description |
---|---|
short | Returns the higher word as result. |
Get the higher word from a nint value.
public static short HighWord(nint intValue)
Type | Name | Description |
---|---|---|
nint | intValue | An unint indicates the nint value. |
Type | Description |
---|---|
short | Returns the higher word as result. |