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