noFailDivideCanDestroy

fun A_Number.noFailDivideCanDestroy(aNumber: A_Number, canDestroy: Boolean): A_Number

Divide the receiver by the argument aNumber and answer the result. The operation is not allowed to fail, so the caller must ensure that the arguments are valid, i.e. the divisor is not zero.

Return

The result of dividing the operands.

See also

Parameters

aNumber

An integral numeric.

canDestroy

true if the operation may modify either operand, false otherwise.