Table of Contents

Method HiWord

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HiWord(nint)

Retrieves the high-order word from the given value.

public static short HiWord(nint value)

Parameters

value nint

Specifies the value to be converted.

Returns

short

The return value is the high-order word of the specified value.