Operator operator checked ++
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked ++(ExUInt128)
Increments a value.
public static ExUInt128 operator checked ++(ExUInt128 value)
Parameters
value
ExUInt128The value to increment.
Returns
- ExUInt128
The result of incrementing
value
.
Exceptions
- OverflowException
The result of incrementing
value
is not representable byTSelf
.