Operator operator checked --
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked --(ExUInt128)
Decrements a value.
public static ExUInt128 operator checked --(ExUInt128 value)
Parameters
value
ExUInt128The value to decrement.
Returns
- ExUInt128
The result of decrementing
value
.