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