CombineWithLow(uint, uint) Method
Combines high and low into a ulong.

Syntax

public static ulong CombineWithLow(this uint high, uint low)

Parameters

NameTypeDescription
highuintThe 32 high bits.
lowuintThe 32 low bits.

Return Value

TypeDescription
ulong