PowerOps
extension PowerOps on numExtension methods for constructing Power values from num.
Properties
btuPerHour extension no setter
Power get btuPerHourCreates a Power of this value in BTU per hour.
Available on num, provided by the PowerOps extension
Implementation
Power get btuPerHour => Power.btuPerHour(this);ergsPerSecond extension no setter
Power get ergsPerSecondCreates a Power of this value in ergs per second.
Available on num, provided by the PowerOps extension
Implementation
Power get ergsPerSecond => Power.ergsPerSecond(this);gigawatts extension no setter
Power get gigawattsCreates a Power of this value in gigawatts.
Available on num, provided by the PowerOps extension
Implementation
Power get gigawatts => Power.gigawatts(this);horsepower extension no setter
Power get horsepowerCreates a Power of this value in mechanical horsepower.
Available on num, provided by the PowerOps extension
Implementation
Power get horsepower => Power.horsepower(this);kilowatts extension no setter
Power get kilowattsCreates a Power of this value in kilowatts.
Available on num, provided by the PowerOps extension
Implementation
Power get kilowatts => Power.kilowatts(this);megawatts extension no setter
Power get megawattsCreates a Power of this value in megawatts.
Available on num, provided by the PowerOps extension
Implementation
Power get megawatts => Power.megawatts(this);milliwatts extension no setter
Power get milliwattsCreates a Power of this value in milliwatts.
Available on num, provided by the PowerOps extension
Implementation
Power get milliwatts => Power.milliwatts(this);solarLuminosities extension no setter
Power get solarLuminositiesCreates a Power of this value in solar luminosities.
Available on num, provided by the PowerOps extension
Implementation
Power get solarLuminosities => Power.solarLuminosities(this);terawatts extension no setter
Power get terawattsCreates a Power of this value in terawatts.
Available on num, provided by the PowerOps extension
Implementation
Power get terawatts => Power.terawatts(this);watts extension no setter
Power get wattsCreates a Power of this value in watts.
Available on num, provided by the PowerOps extension
Implementation
Power get watts => Power.watts(this);