Unit

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class Unit : UnitBase

Fuel consumption units.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object LitersPer100Kilometers : FuelConsumption.Unit

Fuel consumption expressed in liters per 100 kilometers.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object LitersPerKilometer : FuelConsumption.Unit

Fuel consumption expressed in liters per kilometer.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object MillilitersPer100Kilometers : FuelConsumption.Unit

Fuel consumption expressed in milliliters per 100 kilometers.

Properties

Link copied to clipboard
open override val factor: Long

The conversion factor from the internal representation of the quantity to the unit.

Link copied to clipboard
open override val name: String

The name of the unit.