MoneyMod Method
The modulus operator computes the remainder after dividing its first (
Money)
operand by its second (
Decimal).
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public static Money Mod(
Money value,
decimal divisor
)
- value Money
- The Money to divide.
- divisor Decimal
- The value to divide the Money by.
MoneyA new
Money instance equal in value to
a.Value % divisor.