Uses of Class
tech.units.indriya.quantity.QuantityDimension
-
Packages that use QuantityDimension Package Description tech.units.indriya.quantity -
-
Uses of QuantityDimension in tech.units.indriya.quantity
Methods in tech.units.indriya.quantity that return QuantityDimension Modifier and Type Method 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.QuantityDimension
QuantityDimension. pow(int n)
Returns this dimension raised to an exponent.QuantityDimension
QuantityDimension. root(int n)
Returns the given root of this dimension.Methods in tech.units.indriya.quantity with parameters of type QuantityDimension Modifier and Type Method 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.
-