Table of Contents

Operator operator &

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator &(ExUInt128, ExUInt128)

Computes the bitwise-and of two values.

public static ExUInt128 operator &(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value to and with right.

right ExUInt128

The value to and with left.

Returns

ExUInt128

The bitwise-and of left and right.