Returns a value UInt32 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 uint GetUInt32(
	ushort high,
	ushort low
)

Parameters

high
Type: System..::.UInt16
Higher word.
low
Type: System..::.UInt16
Lower word.

Return Value

The value compound from a high and a low word.

See Also