WordMakeDoubleWord Method

Makes an unsigned double-word (UInt32) from two unsigned words (UInt16).

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
public static uint MakeDoubleWord(
	ushort high,
	ushort low
)

Parameters

high  UInt16
High word.
low  UInt16
Low word.

Return Value

UInt32
An unsigned 32-bit double-word made from the two specified unsigned 16-bit words.

See Also