---
title: "scale(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/decimal/formatstyle/percent/scale(_:)"
---

# scale(_:)

Modifies the format style to use the specified scale.

## Declaration

```swift
func scale(_ multiplicand: Double) -> Decimal.FormatStyle.Percent
```

## Parameters

- `multiplicand`: The multiplicand to apply to the format style.

## Return Value

Return Value A decimal format style modified to use the specified scale.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/decimal/formatstyle/percent/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/decimal/formatstyle/percent/grouping(_:).md)
- [locale(_:)](foundation/decimal/formatstyle/percent/locale(_:).md)
- [notation(_:)](foundation/decimal/formatstyle/percent/notation(_:).md)
- [precision(_:)](foundation/decimal/formatstyle/percent/precision(_:).md)
- [rounded(rule:increment:)](foundation/decimal/formatstyle/percent/rounded(rule:increment:).md)
- [sign(strategy:)](foundation/decimal/formatstyle/percent/sign(strategy:).md)
- [Decimal.FormatStyle.Percent.Configuration](foundation/decimal/formatstyle/percent/configuration.md)
- [NumberFormatStyleConfiguration](foundation/numberformatstyleconfiguration.md)
