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

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static ulong CombineWithLow(this uint high, uint low)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
highuintThe 32 high bits.
lowuintThe 32 low bits.

Return Value

TypeDescription
ulong