Contents

scale(_:)

Modifies the format style to use the specified scale.

Declaration

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

Parameters

  • multiplicand:

    The multiplicand to apply to the format style.

Return Value

A decimal format style modified to use the specified scale.

See Also

Customizing style behavior