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
Returns
- ExInt128
The sum of
left
andright
.