Contents

multiplying(byPowerOf10:withBehavior:)

Multiplies the number by 10 raised to the given power using the specified behavior.

Declaration

func multiplying(byPowerOf10 power: Int16, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumber

Discussion

behavior specifies the handling of calculation errors and rounding.

See Also

Performing Arithmetic