getFloat abstract method
- 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.
nameAttribute name.
Returns double?. Attribute value.
Implementation
double? getFloat(String name);