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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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