NumberFormat.negativeInfinitySymbol

Property. Retrieves the string representing negative infinity.

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

Return Value

Type: const(char)[]

The string representing negative infinity. For example, "-Infinity".

Meta