Contents

notation(_:)

Modifies the format style to use the specified notation.

Declaration

func notation(_ notation: FloatingPointFormatStyle<Value>.Percent.Configuration.Notation) -> FloatingPointFormatStyle<Value>.Percent

Parameters

  • notation:

    The notation to apply to the format style.

Return Value

A floating-point percent format style modified to use the specified notation.

See Also

Customizing style behavior