Inner Drive Extensible Architecture
C#
Show/Hide TOC
Money
Division(Money, Int
32) Operator
Divides one value by another to compute their quotient.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
static
Money
operator
/
(
Money
value
,
int
divisor
)
Parameters
value
Money
divisor
Int32
Return Value
Money
The quotient of
left
divided by
right
.
Implements
IDivisionOperators
TSelf, TOther, TResult
Division(TSelf, TOther)
See Also
Reference
Money Structure
Division Overload
InnerDrive.Financial Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also