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