| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
QuantityDimension |
QuantityDimension.divide(QuantityDimension that)
Divide this dimension of a quantity by another.
|
QuantityDimension |
QuantityDimension.multiply(QuantityDimension that)
Multiply this dimension of a quantity by another.
|
QuantityDimension |
QuantityDimension.raise(int power)
Raise this dimension of a quantity by a power.
|
| Modifier and Type | Method and Description |
|---|---|
QuantityDimension |
QuantityDimension.divide(QuantityDimension that)
Divide this dimension of a quantity by another.
|
QuantityDimension |
QuantityDimension.multiply(QuantityDimension that)
Multiply this dimension of a quantity by another.
|
| Constructor and Description |
|---|
QuantityDimension(QuantityDimension that)
Constructs from another dimension of a quantity.
|