Operator operator checked /
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked /(ExInt128, ExInt128)
Divides two values together to compute their quotient.
public static ExInt128 operator checked /(ExInt128 left, ExInt128 right)
Parameters
Returns
- ExInt128
The quotient of
left
divided byright
.
Exceptions
- OverflowException
The quotient of
left
divided byright
is not representable byTResult
.