noFailTimesCanDestroy

Multiply the receiver and 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. not zero and infinity.

Return

The result of adding the operands.

Parameters

aNumber

An integral numeric.

canDestroy

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

See also