Operator operator /
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator /(ExInt128, ExInt128)
Divides one value by another to compute their quotient.
public static ExInt128 operator /(ExInt128 left, ExInt128 right)
Parameters
Returns
- ExInt128
The quotient of
left
divided byright
.