//ERDDAP/com.cohort.util/ScriptMath/round
round
[JVM]
open fun round(a: Double): Long
Returns the closest long to the argument, with ties rounding to positive infinity.
[JVM]
open fun round(a: Float): Int
Returns the closest int to the argument, with ties rounding to positive infinity.