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
left
ExInt128The value from which
right
is subtracted.right
ExInt128The value which is subtracted from
left
.
Returns
- ExInt128
The value of
right
subtracted fromleft
.
Exceptions
- OverflowException
The value of
right
subtracted fromleft
is not representable byTResult
.