MoneyDivision(Money, Int32) 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#
public static Money operator /(
	Money value,
	int divisor
)

Parameters

value  Money
 
divisor  Int32
 

Return Value

Money
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also