| Package | Description |
|---|---|
| javax.measure.converter |
Provides support for unit conversion.
|
| javax.measure.unit |
Provides support for programatic unit handling.
|
| org.jscience.physics.amount |
Provides support for exact or arbitrary precision measurements.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
UnitConverter.convert(double x)
Converts a double value.
|
| Modifier and Type | Method and Description |
|---|---|
UnitConverter |
Unit.getConverterTo(Unit<?> that)
Returns a converter of numeric values from this unit to another unit.
|
| Modifier and Type | Method and Description |
|---|---|
Amount<Q> |
Amount.minus(Amount that)
Returns the difference of this measure with the one specified.
|
Amount<Q> |
Amount.plus(Amount that)
Returns the sum of this measure with the one specified.
|