[]
        
(Showing Draft Content)

C1.Framework.NumberTranslator.LowWord

LowWord Method

LowWord(uint)

Get the lower word from a unsigned integer value.

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

An uint indicates the unsigned integer value.

Returns
Type Description
ushort

Return the lower word as result.

LowWord(int)

Get the lower word from a integer value.

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

An int indicates the integer value.

Returns
Type Description
short

Returns the lower word as result.

LowWord(nint)

Get the higher word from a nint value.

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

An unint indicates the nint value.

Returns
Type Description
short

Returns the higher word as result.