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.181-beta
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