//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)
//ERDDAP/com.cohort.util/ScriptRow/columnFloat
[JVM]
open fun columnFloat(colName: String): Float
This gets the value from a column as a float.
the value as a float (or NaN if column not found or other trouble)