getDouble abstract method

double? getDouble(
  1. String name
)

Gets the value of a double precision floating decimal attribute or null if it is not contained or the type doesn't match.

  • name Attribute name.

Returns double?. Attribute value.

Implementation

double? getDouble(String name);