toDoubleValue abstract method

double? toDoubleValue()

Return a double corresponding to the value of the object being represented, or null if

  • this object is not of type 'double',
  • the value of the object being represented is not known, or
  • the value of the object being represented is null.

Implementation

double? toDoubleValue();