WordMakeQuadWord Method

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

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static ulong MakeQuadWord(
	uint high,
	uint low
)

Parameters

high  UInt32
High double-word.
low  UInt32
Low double-word.

Return Value

UInt64
An unsigned 64-bit quad-word made from the two specified unsigned 32-bit double-words.

See Also