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)?) -> NSDecimalNumberDiscussion
behavior specifies the handling of calculation errors and rounding.