scale(_:)
Modifies the format style to use the specified scale.
Declaration
func scale(_ multiplicand: Double) -> IntegerFormatStyle<Value>.PercentParameters
- multiplicand:
The multiplicand to apply to the format style.
Return Value
An integer format style modified to use the specified scale.