UnitPower
A unit of measure for power.
Declaration
class UnitPowerOverview
You typically use instances of UnitPower to represent specific quantities of power using the NSMeasurement class.
Power
Power is the amount of energy used over time. The SI unit for power is the watt (W), which is derived as one joule per second (1W = 1J / 1s).
The UnitPower class defines its baseUnit() as watts, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients:
Name | Method | Symbol | Coefficient |
|---|---|---|---|
Terawatts | TW |
| |
Gigawatts | GW |
| |
Megawatts | MW |
| |
Kilowatts | kW |
| |
Watts | W |
| |
Milliwatts | mW |
| |
Microwatts | µW |
| |
Nanowatts | nW |
| |
Picowatts | pW |
| |
Femtowatts | fW |
| |
Horsepower | hp |
|