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