getFloat abstract method

double? getFloat(
  1. String name
)

Gets the value of a single 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? getFloat(String name);