Searched defs:Double (Results 1 – 5 of 5) 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
50 fun Double.durationString(): String { in Double() method
60 fun Double.durationString(): String { in Double() method
77 private fun Double.toMilliseconds() = this / 1000.0 in toMilliseconds() method