WordMakeWord Method
Makes an unsigned word (UInt16) from two bytes.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
Public Shared Function MakeWord (
high As Byte,
low As Byte
) As UShort
Gemstone.Word.MakeWord = function(high, low);
- high Byte
- High byte.
- low Byte
- Low byte.
UInt16An unsigned 16-bit word made from the two specified bytes.