Uses of Interface
javax.measure.Dimension
Package
Description
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
[OPTIONAL] The Units of Measurement SPI.
-
Uses of Dimension in javax.measure
Modifier and TypeMethodDescriptionReturns the quotient of this dimension with the one specified.Unit.getDimension()
Returns the dimension of this unit.Returns the product of this dimension with the one specified.Dimension.pow
(int n) Returns this dimension raised to an exponent.Dimension.root
(int n) Returns the given root of this dimension.Modifier and TypeMethodDescriptionDimension.getBaseDimensions()
Returns the (fundamental) base dimensions and their exponent whose product is this dimension, ornull
if this dimension is a base dimension. -
Uses of Dimension in javax.measure.spi