Remainder()

Decimal::Remainder(const Decimal&, const Decimal&) method

Computes the remainder after dividing two Decimal values.

static Decimal System::Decimal::Remainder(const Decimal &d1, const Decimal &d2)

Arguments

ParameterTypeDescription
d1const Decimal&The dividend.
d2const Decimal&The divisor.

Return Value

The remainder after dividing d1 by d2.

See Also