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