Divide the current amount by the specified amount
This method will divide the amount of this object
by the amount stored in the parameter
and return a new object with this amount
Divide money amount by specified value
This method divides the amount of the current object
by the specified value
and returns a new object with that value
Divide the current amount by the specified amount
This method will divide the amount of the current object
with the amount specified in the parameter
and udpate the current amount with the result
Divide the current amount by the specified value
This method divides the amount in the current object
with the parameter value
and updates the amount to that result