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