PressureOps
Extension methods for constructing Pressure values from num.
Properties
atmospheres extension no setter
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates a Pressure of this value in torr.
Available on num, provided by the PressureOps extension
Implementation
Pressure get torr => Pressure.torr(this);