//ERDDAP/com.cohort.util/ScriptMath/floor
floor
[JVM]
open fun floor(a: Double): Double
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
//ERDDAP/com.cohort.util/ScriptMath/floor
[JVM]
open fun floor(a: Double): Double
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.