| Modifier and Type | Method and Description |
|---|---|
UnitDimension |
UnitDimension.divideBy(UnitDimension that)
Divides this unit dimension by another.
|
UnitDimension |
DerivedUnit.getDimension()
Returns the unit dimension of this derived unit.
|
UnitDimension |
DerivedUnitImpl.getDimension()
Returns the unit dimension of this derived unit.
|
UnitDimension |
UnitDimension.multiplyBy(UnitDimension that)
Multiplies this unit dimension by another.
|
UnitDimension |
UnitDimension.raiseTo(int power)
Raises this unit dimension to a power.
|
| Modifier and Type | Method and Description |
|---|---|
UnitDimension |
UnitDimension.divideBy(UnitDimension that)
Divides this unit dimension by another.
|
UnitDimension |
UnitDimension.multiplyBy(UnitDimension that)
Multiplies this unit dimension by another.
|
protected void |
DerivedUnitImpl.setDimension(UnitDimension dimension)
Sets the unit dimension of this derived unit.
|
| Constructor and Description |
|---|
DerivedUnitImpl(UnitDimension dimension)
Constructs from a unit dimension.
|
DerivedUnitImpl(UnitDimension dimension,
UnitName id)
Constructs from a unit dimension and identifiers.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.