getFloatValue

fun TextView.getFloatValue(): Float?

Return

the float value or null if not correct

See also

.getFloatValue


fun getFloatValue(initText: String?): Float?

Retrieve the float value from strings like "> 1.03"

Return

the float value or null if not correct

Parameters

initText

value to parse