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