System::Decimal::Remainder method

Decimal::Remainder method

Computes the remainder after dividing two Decimal values.

static Decimal System::Decimal::Remainder(const Decimal &d1, const Decimal &d2)
ParameterTypeDescription
d1const Decimal&The dividend.
d2const Decimal&The divisor.

ReturnValue

The remainder after dividing d1 by d2.

See Also