---
title: multiplier
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/numberformatter/multiplier
---

# multiplier

The multiplier of the receiver.

## Declaration

```swift
@NSCopying var multiplier: NSNumber? { get set }
```

## Discussion

Discussion A multiplier is a factor used in conversions between numbers and strings (that is, numbers as stored and numbers as displayed). When the input value is a string, the multiplier is used to divide, and when the input value is a number, the multiplier is used to multiply. These operations allow the formatted values to be different from the values that a program manipulates internally.

## See Also

### Configuring Numeric Formats

- [format](foundation/numberformatter/format.md)
- [formattingContext](foundation/numberformatter/formattingcontext.md)
- [formatWidth](foundation/numberformatter/formatwidth.md)
- [negativeFormat](foundation/numberformatter/negativeformat.md)
- [positiveFormat](foundation/numberformatter/positiveformat.md)
