Method HiWord
HiWord(nint)
Retrieves the high-order word from the given value.
public static short HiWord(nint value)
Parameters
valuenintSpecifies the value to be converted.
Returns
- short
The return value is the high-order word of the specified value.