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