getAsNullableFloat method

double getAsNullableFloat (int index)

Converts array element into a float or returns null if conversion is not possible.

  • index an index of element to get. Returns float value of the element or null if conversion is not supported.

See FloatConverter.toNullableFloat