Class CommonPumpTypes.PumpValue
Represents a value associated with a pump operation or measurement.
public class CommonPumpTypes.PumpValue
- Inheritance
-
CommonPumpTypes.PumpValue
- Inherited Members
- Extension Methods
Properties
Units
public string? Units { get; set; }
Property Value
Value
public double? Value { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the measurement, including its value and units.
public override string ToString()
Returns
- string
A formatted string containing the Value and Units of the measurement.