Operator operator checked -
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked -(ExInt128, ExInt128)
Subtracts two values to compute their difference.
public static ExInt128 operator checked -(ExInt128 left, ExInt128 right)
Parameters
leftExInt128The value from which
rightis subtracted.rightExInt128The value which is subtracted from
left.
Returns
- ExInt128
The value of
rightsubtracted fromleft.
Exceptions
- OverflowException
The value of
rightsubtracted fromleftis not representable byTResult.