Uses of Class gnu.math.NamedUnit

Uses in package gnu.math

Classes derived from gnu.math.NamedUnit

class
A primitive Unit of measurement (such as a meter).

Fields of type gnu.math.NamedUnit

NamedUnit
NamedUnit
NamedUnit

Methods with return type gnu.math.NamedUnit

NamedUnit
NamedUnit.lookup(String name)
NamedUnit
Unit.lookup(String name)
NamedUnit
NamedUnit.lookup(String name, double scale, Unit base)
NamedUnit
NamedUnit.make(String name, double scale, Unit base)
NamedUnit
NamedUnit.make(String name, Quantity value)
NamedUnit
Unit.make(String name, Quantity value)