Table of Contents

Operator operator checked +

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked +(ExInt128, ExInt128)

Adds two values together to compute their sum.

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

Parameters

left ExInt128

The value to which right is added.

right ExInt128

The value which is added to left.

Returns

ExInt128

The sum of left and right.