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.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
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.