WordMakeWord Method
Makes an unsigned word (UInt16) from two bytes.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
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.