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