MassFlowOps
extension MassFlowOps on numExtension methods for constructing MassFlow values from num.
Properties
gramsPerSecond extension no setter
MassFlow get gramsPerSecondCreates a MassFlow of this value in grams per second.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get gramsPerSecond => MassFlow.gramsPerSecond(this);kilogramsPerHour extension no setter
MassFlow get kilogramsPerHourCreates a MassFlow of this value in kilograms per hour.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get kilogramsPerHour => MassFlow.kilogramsPerHour(this);kilogramsPerMinute extension no setter
MassFlow get kilogramsPerMinuteCreates a MassFlow of this value in kilograms per minute.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get kilogramsPerMinute => MassFlow.kilogramsPerMinute(this);kilogramsPerSecond extension no setter
MassFlow get kilogramsPerSecondCreates a MassFlow of this value in kilograms per second.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get kilogramsPerSecond => MassFlow.kilogramsPerSecond(this);kilopoundsPerHour extension no setter
MassFlow get kilopoundsPerHourCreates a MassFlow of this value in kilopounds per hour.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get kilopoundsPerHour => MassFlow.kilopoundsPerHour(this);megapoundsPerHour extension no setter
MassFlow get megapoundsPerHourCreates a MassFlow of this value in megapounds per hour.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get megapoundsPerHour => MassFlow.megapoundsPerHour(this);poundsPerHour extension no setter
MassFlow get poundsPerHourCreates a MassFlow of this value in pounds per hour.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get poundsPerHour => MassFlow.poundsPerHour(this);poundsPerMinute extension no setter
MassFlow get poundsPerMinuteCreates a MassFlow of this value in pounds per minute.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get poundsPerMinute => MassFlow.poundsPerMinute(this);poundsPerSecond extension no setter
MassFlow get poundsPerSecondCreates a MassFlow of this value in pounds per second.
Available on num, provided by the MassFlowOps extension
Implementation
MassFlow get poundsPerSecond => MassFlow.poundsPerSecond(this);