Uses of Class
gnu.math.Dimensions
-
Packages that use Dimensions Package Description gnu.math Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. -
-
Uses of Dimensions in gnu.math
Fields in gnu.math declared as Dimensions Modifier and Type Field Description static Dimensions
Dimensions. Empty
The empty Dimensions that pure numbers have.Methods in gnu.math that return Dimensions Modifier and Type Method Description Dimensions
Quantity. dimensions()
Dimensions
Unit. dimensions()
static Dimensions
Dimensions. product(Dimensions a, int mul_a, Dimensions b, int mul_b)
Methods in gnu.math with parameters of type Dimensions Modifier and Type Method Description static Dimensions
Dimensions. product(Dimensions a, int mul_a, Dimensions b, int mul_b)
-