NumberFormat.negativeInfinitySymbol

Property. Assigns the string representing negative infinity.

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

Meta