Click or drag to resize

WordMakeDoubleWord Method

Makes an unsigned double-word (UInt32) from two unsigned words (UInt16).

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public static uint MakeDoubleWord(
	ushort high,
	ushort low
)
View Source

Parameters

high  UInt16
High word.
low  UInt16
Low word.

Return Value

UInt32
An unsigned 32-bit double-word made from the two specified unsigned 16-bit words.
See Also