[]
        
(Showing Draft Content)

C1.Framework.NumberTranslator.HighWord

HighWord Method

HighWord(uint)

Get the higher word from a unsigned integer value.

Declaration
public static ushort HighWord(uint value)
Parameters
Type Name Description
uint value

An unint indicates the unsigned integer value.

Returns
Type Description
ushort

Returns the higher word as result.

HighWord(int)

Get the higher word from a integer value.

Declaration
public static short HighWord(int value)
Parameters
Type Name Description
int value

An unint indicates the integer value.

Returns
Type Description
short

Returns the higher word as result.

HighWord(nint)

Get the higher word from a nint value.

Declaration
public static short HighWord(nint intValue)
Parameters
Type Name Description
nint intValue

An unint indicates the nint value.

Returns
Type Description
short

Returns the higher word as result.