Interface Unit
- All Known Implementing Classes:
BaseUnit, EnergyUnit, LengthUnit, PowerUnit, PressureUnit, RateUnit, TemperatureUnit, TimeUnit
public interface Unit
Unit interface.
- Version:
- $Id: $Id
- Author:
- esol
-
Method Summary
-
Method Details
-
getSIvalue
double getSIvalue()getSIvalue.
- Returns:
- a double
-
getValue
-
getValue
Get process value in specified unit.
- Parameters:
tounit- Unit to get process value in.- Returns:
- Value converted to the specified unit.
-