NumberFormat.positiveInfinitySymbol

Property. Assigns the string representing positive infinity.

  1. const(char)[] positiveInfinitySymbol [@property getter]
  2. const(char)[] positiveInfinitySymbol [@property setter]
    class NumberFormat
    @property final
    void
    positiveInfinitySymbol
    (
    const(char)[] value
    )

Meta