asMegawatts property

Power get asMegawatts

Returns a new Power object representing this power in Megawatts (MW).

Implementation

Power get asMegawatts => convertTo(PowerUnit.megawatt);