NumberFormat.nanSymbol

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

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

Return Value

Type: const(char)[]

The string representing the NaN value. For example, "NaN".

Meta