Energy
A quantity describing energy. (For example, 10 kilowatt-hours.)
Types
Functions
Link copied to clipboard
Expresses the energy's value in kilowatt-hours.
Link copied to clipboard
Expresses the energy's value in watt-hours.
Link copied to clipboard
Expresses the energy's value in joules rounded down.
Link copied to clipboard
Expresses the energy's value in kilowatt-hours rounded down.
Link copied to clipboard
Expresses the energy's value in watt-hours rounded down.
Link copied to clipboard
open override fun toString(unit: Energy.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.