Package | Description |
---|---|
ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
Modifier and Type | Class and Description |
---|---|
class |
QuantityDimension
Provides support for the dimension of a quantity.
|
class |
UnitDimension |
Modifier and Type | Method and Description |
---|---|
boolean |
Dimension.isReciprocalOf(Dimension that)
Indicates if this Dimension is the reciprocal of another dimension.
|
protected Factor[] |
Dimension.mult(Dimension that)
Multiplies this dimension by another dimension.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.