Uses of Class
tech.units.indriya.quantity.QuantityDimension
Packages that use QuantityDimension
-
Uses of QuantityDimension in tech.units.indriya.quantity
Methods in tech.units.indriya.quantity that return QuantityDimensionModifier and TypeMethodDescriptionQuantityDimension.divide
(QuantityDimension that) Returns the quotient of this dimension with the one specified.QuantityDimension.multiply
(QuantityDimension that) Returns the product of this dimension with the one specified.final QuantityDimension
QuantityDimension.pow
(int n) Returns this dimension raised to an exponent.final QuantityDimension
QuantityDimension.root
(int n) Returns the given root of this dimension.Methods in tech.units.indriya.quantity with parameters of type QuantityDimensionModifier and TypeMethodDescriptionQuantityDimension.divide
(QuantityDimension that) Returns the quotient of this dimension with the one specified.QuantityDimension.multiply
(QuantityDimension that) Returns the product of this dimension with the one specified.