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.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
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