Package edu.wpi.first.units
Class Time
public class Time extends Unit<Time>
Unit of time dimension.
This is the base type for units of time dimension. It is also used to specify the dimension
for Measure
: Measure<Time>
.
Actual units (such as Units.Seconds
and Units.Milliseconds
) can be found in
the Units
class.
-
Method Summary
Methods inherited from class edu.wpi.first.units.Unit
convertFrom, equals, equivalent, fromBaseUnits, getConverterFromBase, getConverterToBase, hashCode, mult, name, of, ofBaseUnits, one, per, per, symbol, toBaseUnits, toString, zero