Skip to content

IrradianceOps

extensionIrradianceOpsonnum

Extension methods for constructing Irradiance values from num.

Properties

ergsPerSecondPerSquareCentimeter extension no setter

IrradiancegetergsPerSecondPerSquareCentimeter

Creates an Irradiance of this value in ergs per second per square centimeter.

Available on num, provided by the IrradianceOps extension

Implementation
dart
Irradiance get ergsPerSecondPerSquareCentimeter =>
    Irradiance.ergsPerSecondPerSquareCentimeter(this);

milliwattsPerSquareMeter extension no setter

IrradiancegetmilliwattsPerSquareMeter

Creates an Irradiance of this value in milliwatts per square meter.

Available on num, provided by the IrradianceOps extension

Implementation
dart
Irradiance get milliwattsPerSquareMeter => Irradiance.milliwattsPerSquareMeter(this);

wattsPerSquareMeter extension no setter

IrradiancegetwattsPerSquareMeter

Creates an Irradiance of this value in watts per square meter.

Available on num, provided by the IrradianceOps extension

Implementation
dart
Irradiance get wattsPerSquareMeter => Irradiance.wattsPerSquareMeter(this);