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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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