| AmountDivide Method (Amount, Decimal) | 
 
            Divides the specified amount.
            
 
    Namespace: 
   Aloe.EnterpriseOne.Model
    Assembly:
   Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
 Syntax
Syntaxpublic static Amount Divide(
	Amount amount,
	decimal divisor
)
Public Shared Function Divide ( 
	amount As Amount,
	divisor As Decimal
) As Amount
public:
static Amount^ Divide(
	Amount^ amount, 
	Decimal^ divisor
)
static member Divide : 
        amount : Amount * 
        divisor : decimal -> Amount 
Parameters
- amount
- Type: Aloe.EnterpriseOne.ModelAmount
 The amount.
- divisor
- Type: SystemDecimal
 The divisor.
Return Value
Type: 
AmountThe result of the division.
 See Also
See Also