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 QuantityDimensionQuantityDimension. divide(QuantityDimension that)Returns the quotient of this dimension with the one specified.QuantityDimensionQuantityDimension. multiply(QuantityDimension that)Returns the product of this dimension with the one specified.QuantityDimensionQuantityDimension. pow(int n)Returns this dimension raised to an exponent.QuantityDimensionQuantityDimension. 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 QuantityDimensionQuantityDimension. divide(QuantityDimension that)Returns the quotient of this dimension with the one specified.QuantityDimensionQuantityDimension. multiply(QuantityDimension that)Returns the product of this dimension with the one specified.
-