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.275-beta+9a3018e487ee9e03fb4ea73182a7810d66b3fbd4
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