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