WordMakeQuadWord Method
Makes an unsigned quad-word (UInt64) from two unsigned double-words (UInt32).
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
Gemstone.Word.MakeQuadWord = function(high, low);
- high UInt32
- High double-word.
- low UInt32
- Low double-word.
UInt64An unsigned 64-bit quad-word made from the two specified unsigned 32-bit double-words.