Table of Contents

Constructor ExUInt128

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

ExUInt128(ulong, ulong)

Initializes a new instance of the ExUInt128 struct.

[CLSCompliant(false)]
public ExUInt128(ulong upper, ulong lower)

Parameters

upper ulong

The upper 64-bits of the 128-bit value.

lower ulong

The lower 64-bits of the 128-bit value.