Force
A quantity describing force. (For example, 10 newtons.)
Force is commonly used for electric vehicle efficiency. In those use-cases, force tends to be measured in kilowatt-hours per 100 kilometer rather than newtons.
Types
Functions
Link copied to clipboard
Expresses the force's value in kilowatt-hours per 100 kilometers.
Link copied to clipboard
Expresses the force's value in kilowatt-hours per 100 kilometers rounded down.
Link copied to clipboard
Expresses the force's value in newtons rounded down.
Link copied to clipboard
open override fun toString(unit: Force.Unit, decimals: Int, suffixMode: Quantity.SuffixMode, decimalsMode: Quantity.DecimalsMode): String
Content copied to clipboard
Returns a string representation for the value from this
with the given unit. Depending on decimalsMode, it will show either exactly or at most decimals amount of decimals after the separator. The unit will be suffixed depending on suffixMode.
Link copied to clipboard
Returns a new instance with the value from this
as negative.