Operator operator checked -
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked -(ExUInt128)
Computes the checked unary negation of a value.
public static ExUInt128 operator checked -(ExUInt128 value)
Parameters
value
ExUInt128The value for which to compute the unary negation.
Returns
- ExUInt128
The unary negation of
value
.
Exceptions
- OverflowException
The unary negation of
value
is not representable byTResult
.