Contents

scale(_:)

Modifies the format style to use the specified scale.

Declaration

func scale(_ multiplicand: Double) -> IntegerFormatStyle<Value>.Percent

Parameters

  • multiplicand:

    The multiplicand to apply to the format style.

Return Value

An integer format style modified to use the specified scale.

See Also

Customizing style behavior