Click or drag to resize

Word.MakeWord Method

Makes an unsigned word (UInt16) from two bytes.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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