Companion

object Companion

Properties

Link copied to clipboard

An Energy equal to this Double number of joules.

An Energy equal to this Int number of joules.

An Energy equal to this Long number of joules.

Link copied to clipboard

An Energy equal to this Double number of kilowatt-hours.

An Energy equal to this Int number of kilowatt-hours.

An Energy equal to this Long number of kilowatt-hours.

Link copied to clipboard

An Energy equal to this Double number of watt-hours.

An Energy equal to this Int number of watt-hours.

An Energy equal to this Long number of watt-hours.

Link copied to clipboard

The Energy of 0.

Functions

Link copied to clipboard
fun joules(value: Double): Energy
fun joules(value: Int): Energy
fun joules(value: Long): Energy

Creates an Energy instance from the given value in joules.

Link copied to clipboard
fun kilowattHours(value: Int): Energy

Creates an Energy instance from the given value in kilowatt-hours.

Link copied to clipboard
fun wattHours(value: Double): Energy
fun wattHours(value: Int): Energy
fun wattHours(value: Long): Energy

Creates an Energy instance from the given value in watt-hours.