//ERDDAP/com.cohort.util/ScriptMath2/truncToInt
truncToInt
[JVM]
open fun truncToInt(d: Double): Int
This returns the truncated part of a double, stored as an int.
Return
the truncated version of d (or NaN if trouble)
//ERDDAP/com.cohort.util/ScriptMath2/truncToInt
[JVM]
open fun truncToInt(d: Double): Int
This returns the truncated part of a double, stored as an int.
the truncated version of d (or NaN if trouble)