Uses of Class
tech.units.indriya.unit.BinaryPrefix
-
Packages that use BinaryPrefix Package Description tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of BinaryPrefix in tech.units.indriya.unit
Methods in tech.units.indriya.unit that return BinaryPrefix Modifier and Type Method Description static BinaryPrefix
BinaryPrefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryPrefix[]
BinaryPrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-