Package edu.wpi.first.units
Class Mass
public class Mass extends Unit<Mass>
Unit of mass dimension.
This is the base type for units of mass dimension. It is also used to specify the dimension
for Measure
: Measure<Mass>
.
Actual units (such as Units.Grams
and Units.Pounds
) 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