WordMakeWord Method
Makes an unsigned word (UInt16) from two bytes.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static ushort MakeWord(
byte high,
byte low
)
Public Shared Function MakeWord (
high As Byte,
low As Byte
) As UShort
public:
static unsigned short MakeWord(
unsigned char high,
unsigned char low
)
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.