Decimal..::..Modulus Operator
Returns the remainder resulting from dividing two specified Decimal values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Exceptions
Exception | Condition |
---|---|
System..::..DivideByZeroException | d2 is zero. |
System..::..OverflowException | The return value is less than MinValue or greater than MaxValue. |