Click or drag to resize

WordMakeQuadWord Method

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public static ulong MakeQuadWord(
	uint high,
	uint low
)
View Source

Parameters

high  UInt32
High double-word.
low  UInt32
Low double-word.

Return Value

UInt64
An unsigned 64-bit quad-word made from the two specified unsigned 32-bit double-words.
See Also