Searched refs:truncatedKg (Results 1 – 1 of 1) sorted by relevance
74 val truncatedKg = Math.round(mass.inGrams / 1000 * 10) / 10.0 in getMassString() constant75 format(context.getString(kilogramStringId), mapOf("count" to truncatedKg)) in getMassString()