multiplying(by:withBehavior:)
Multiplies this number by another given number using the specified behavior.
Declaration
func multiplying(by decimalNumber: NSDecimalNumber, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumberDiscussion
behavior specifies the handling of calculation errors and rounding.