Unit

enum Unit : Enum<Power.Unit>

The unit of a power's value.

Entries

Link copied to clipboard
KILOWATT("kW", )

Describes a power in kilowatts.

Link copied to clipboard
WATT("W", )

Describes a power in watts.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int