NumberFormat.positiveInfinitySymbol

Property. Retrieves the string representing positive infinity.

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

Return Value

Type: const(char)[]

The string representing positive infinity. For example, "Infinity".

Meta