Package | Description |
---|---|
ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
Modifier and Type | Method and Description |
---|---|
void |
PrefixDBImpl.addName(String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDB.addName(String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDBImpl.addSymbol(String symbol,
double value)
Adds a prefix symbol to the database.
|
void |
PrefixDB.addSymbol(String symbol,
double value)
Adds a prefix to the database by symbol.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.