Package | Description |
---|---|
tec.units.ri.quantity |
Modifier and Type | Method and Description |
---|---|
QuantityDimension |
QuantityDimension.divide(QuantityDimension that)
Returns the quotient of this dimension with the one specified.
|
static QuantityDimension |
QuantityDimension.getInstance(char symbol)
Deprecated.
Use parse() instead
|
QuantityDimension |
QuantityDimension.multiply(QuantityDimension that)
Returns the product of this dimension with the one specified.
|
QuantityDimension |
QuantityDimension.pow(int n)
Returns this dimension raised to an exponent.
|
QuantityDimension |
QuantityDimension.root(int n)
Returns the given root of this dimension.
|
Modifier and Type | Method and Description |
---|---|
QuantityDimension |
QuantityDimension.divide(QuantityDimension that)
Returns the quotient of this dimension with the one specified.
|
QuantityDimension |
QuantityDimension.multiply(QuantityDimension that)
Returns the product of this dimension with the one specified.
|
Copyright © 2005–2017 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.