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