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