Class Temperature

java.lang.Object
edu.wpi.first.units.Unit<Temperature>
edu.wpi.first.units.Temperature

public class Temperature
extends Unit<Temperature>
Unit of temperature dimension.

This is the base type for units of temperature dimension. It is also used to specify the dimension for Measure: Measure<Temperature>.

Actual units (such as Units.Celsius and Units.Fahrenheit) can be found in the Units class.