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