//ERDDAP/com.cohort.util/ScriptRow/columnFloat
columnFloat
[JVM]
open fun columnFloat(colName: String): Float
This gets the value from a column as a float.
Return
the value as a float (or NaN if column not found or other trouble)
Parameters
JVM
colName | the columnName |