Unit

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

Force units.

Inheritors

Types

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

Force expressed in kilowatt-hours per 100 kilometers. Commonly used for expressing electric vehicle efficiency.

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

Force expressed in kilowatt-hours per kilometer. Used for example to express electric vehicle consumption and recuperation per kilometer of altitude change.

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

Force expressed in newtons.

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

Force expressed in watt-hours per 100 kilometers. Commonly used for expressing electric vehicle battery consumption.

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.