JSONNumber.doubleValue

Returns the number as a double value.

Regardless of the current type of this number, this property will always yield a value converted to double. Setting this property will automatically update the number type to Type.double_.

  1. double doubleValue [@property getter]
  2. double doubleValue [@property setter]
    struct JSONNumber
    @property nothrow @nogc
    double
    doubleValue
    (
    double value
    )

Meta