PaintFormatters

object PaintFormatters

Functions

formatAmount
Link copied to clipboard
fun formatAmount(amount: Long): String
formatTime
Link copied to clipboard
fun formatTime(time: Long): String
perHour
Link copied to clipboard
fun perHour(total: Int, runtime: Long): String
round
Link copied to clipboard
fun Double.round(decimals: Int): Double