Table of Contents

Constructor ExInt128

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

ExInt128(ulong, ulong)

Initializes a new instance of the ExInt128 struct.

[CLSCompliant(false)]
public ExInt128(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.