Table of Contents

Operator operator checked +

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked +(ExUInt128, ExUInt128)

Adds two values together to compute their sum.

public static ExUInt128 operator checked +(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value to which right is added.

right ExUInt128

The value which is added to left.

Returns

ExUInt128

The sum of left and right.