Click or drag to resize

WordMakeWord Method

Makes an unsigned word (UInt16) from two bytes.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
Syntax
public static ushort MakeWord(
	byte high,
	byte low
)
View Source

Parameters

high  Byte
High byte.
low  Byte
Low byte.

Return Value

UInt16
An unsigned 16-bit word made from the two specified bytes.
See Also