Operator operator -
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator -(ExUInt128, ExUInt128)
Subtracts two values to compute their difference.
public static ExUInt128 operator -(ExUInt128 left, ExUInt128 right)
Parameters
left
ExUInt128The value from which
right
is subtracted.right
ExUInt128The value which is subtracted from
left
.
Returns
- ExUInt128
The value of
right
subtracted fromleft
.