PressureOps
extension PressureOps on numExtension methods for constructing Pressure values from num.
Properties
atmospheres extension no setter
Pressure get atmospheresCreates a Pressure of this value in standard atmospheres.
Available on num, provided by the PressureOps extension
Implementation
Pressure get atmospheres => Pressure.atmospheres(this);bars extension no setter
Pressure get barsCreates a Pressure of this value in bars.
Available on num, provided by the PressureOps extension
Implementation
Pressure get bars => Pressure.bars(this);gigapascals extension no setter
Pressure get gigapascalsCreates a Pressure of this value in gigapascals.
Available on num, provided by the PressureOps extension
Implementation
Pressure get gigapascals => Pressure.gigapascals(this);kilopascals extension no setter
Pressure get kilopascalsCreates a Pressure of this value in kilopascals.
Available on num, provided by the PressureOps extension
Implementation
Pressure get kilopascals => Pressure.kilopascals(this);megapascals extension no setter
Pressure get megapascalsCreates a Pressure of this value in megapascals.
Available on num, provided by the PressureOps extension
Implementation
Pressure get megapascals => Pressure.megapascals(this);millibars extension no setter
Pressure get millibarsCreates a Pressure of this value in millibars.
Available on num, provided by the PressureOps extension
Implementation
Pressure get millibars => Pressure.millibars(this);pascals extension no setter
Pressure get pascalsCreates a Pressure of this value in pascals.
Available on num, provided by the PressureOps extension
Implementation
Pressure get pascals => Pressure.pascals(this);poundsPerSquareInch extension no setter
Pressure get poundsPerSquareInchCreates a Pressure of this value in pounds per square inch.
Available on num, provided by the PressureOps extension
Implementation
Pressure get poundsPerSquareInch => Pressure.poundsPerSquareInch(this);torr extension no setter
Pressure get torrCreates a Pressure of this value in torr.
Available on num, provided by the PressureOps extension
Implementation
Pressure get torr => Pressure.torr(this);