[]
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 IntPtr value.
public static short HighWord(IntPtr intValue)
Type | Name | Description |
---|---|---|
IntPtr | intValue | An unint indicates the IntPtr value. |
Type | Description |
---|---|
short | Returns the higher word as result. |