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