|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedUnit | |
|---|---|
| gnu.math | Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. |
| Uses of NamedUnit in gnu.math |
|---|
| Subclasses of NamedUnit in gnu.math | |
|---|---|
class |
BaseUnit
A primitive Unit of measurement (such as a meter). |
| Fields in gnu.math declared as NamedUnit | |
|---|---|
static NamedUnit |
Unit.date
|
static NamedUnit |
Unit.month
|
static NamedUnit |
Unit.second
|
| Methods in gnu.math that return NamedUnit | |
|---|---|
static NamedUnit |
Unit.lookup(java.lang.String name)
|
static NamedUnit |
NamedUnit.lookup(java.lang.String name)
|
static NamedUnit |
NamedUnit.lookup(java.lang.String name,
double scale,
Unit base)
|
static NamedUnit |
NamedUnit.make(java.lang.String name,
double scale,
Unit base)
|
static NamedUnit |
Unit.make(java.lang.String name,
Quantity value)
|
static NamedUnit |
NamedUnit.make(java.lang.String name,
Quantity value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||