Returns a value UInt16 compound from a high and a low word.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[CLSCompliantAttribute(false)]
public static ushort GetUInt16(
	byte high,
	byte low
)

Parameters

high
Type: System..::.Byte
High byte.
low
Type: System..::.Byte
Low byte.

Return Value

The value compound from a high and a low word.

See Also