Searched defs:Double (Results 1 – 3 of 3) sorted by relevance
19 fun Double.secondValueToMillisecondString() = "%.3f ms".format(this * 1000.0) method
24 fun Double.format(digits: Int) = String.format("%.${digits}f", this) in format() method
77 private fun Double.toMilliseconds() = this / 1000.0 in toMilliseconds() method