NumberFormat.nanSymbol

Property. Assigns the string representing the NaN (not a number) value.

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

Meta