Contents

multiplying(by:withBehavior:)

Multiplies this number by another given number using the specified behavior.

Declaration

func multiplying(by decimalNumber: NSDecimalNumber, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumber

Discussion

behavior specifies the handling of calculation errors and rounding.

See Also

Performing Arithmetic