Divides one decimal value by another decimal and returns the remainder.
- d1
- The dividend.
- d2
- The divisor.
The value returned by decimal.Remainder(decimal, decimal) (d1, d2).
Type Reason DivideByZeroException d2 is zero. OverflowException d1 divided by d2 is greater than decimal.MaxValue or less than decimal.MinValue.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0