WordMakeDoubleWord Method
Makes an unsigned double-word (UInt32) from two unsigned words (UInt16).
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
Gemstone.Word.MakeDoubleWord = function(high, low);
- high UInt16
- High word.
- low UInt16
- Low word.
UInt32An unsigned 32-bit double-word made from the two specified unsigned 16-bit words.