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.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
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.