getAsFloatWithDefault method

double getAsFloatWithDefault (String key, double defaultValue)

Converts map element into a flot or returns default value if conversion is not possible.

  • key a key of element to get.
  • defaultValue the default value Returns flot value of the element or default value if conversion is not supported.

See FloatConverter.toFloatWithDefault