[]
        
(Showing Draft Content)

C1.Framework.NumberTranslator.MakeDoubleWord

MakeDoubleWord Method

MakeDoubleWord(ushort, ushort)

Make a double word by low and high word.

Declaration
public static uint MakeDoubleWord(ushort lowWord, ushort highWord)
Parameters
Type Name Description
ushort lowWord

An ushort indicates the low word of the long.

ushort highWord

An ushort indicates the high word of the long.

Returns
Type Description
uint

An uint indicates the long.

MakeDoubleWord(short, short)

Make a double word by low and high word.

Declaration
public static int MakeDoubleWord(short lowWord, short highWord)
Parameters
Type Name Description
short lowWord

A short indicates the low word of the long.

short highWord

A short indicates the high word of the long.

Returns
Type Description
int

An int indicates the long.