Unit

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

Units for fuel consumption over time.

Inheritors

Types

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

Fuel consumption over time expressed in liters per hour.

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

Fuel consumption over time expressed in milliliters per hour.

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.