multiplierRaisedTo

fun multiplierRaisedTo(anInteger: Int): Int

Compute AvailObject.multiplier raised to the specified power, truncated to an int.

Return

AvailObject.multiplier raised to the specified power.

Parameters

anInteger

The exponent by which to raise the base AvailObject.multiplier.