AdaptableBinaryFunction computes the integral quotient of division with remainder.
AdaptableBinaryFunction
AlgebraicStructureTraits::Div::result_type | |
Is AlgebraicStructureTraits::Type.
| |
AlgebraicStructureTraits::Div::first_argument | |
Is AlgebraicStructureTraits::Type.
| |
AlgebraicStructureTraits::Div::second_argument | |
Is AlgebraicStructureTraits::Type.
|
result_type | div ( first_argument_type x , second_argument_type y ) | |
template <class NT1, class NT2> | ||
result_type | div ( NT1 x , NT2 y ) | This operator is defined if NT1 and NT2 are ExplicitInteroperable with coercion type AlgebraicStructureTraits::Type. |
AlgebraicStructureTraits
AlgebraicStructureTraits::Mod
AlgebraicStructureTraits::DivMod