Contents

multiplying(byPowerOf10:)

Multiplies the number by 10 raised to the given power.

Declaration

func multiplying(byPowerOf10 power: Int16) -> NSDecimalNumber

Discussion

This method uses the default behavior when handling calculation errors and when rounding.

See Also

Related Documentation

Performing Arithmetic