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