|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prefix | |
---|---|
bb.science | Provides classes and interfaces for mathematical and scientific programming. |
Uses of Prefix in bb.science |
---|
Fields in bb.science declared as Prefix | |
---|---|
static Prefix |
Prefix.atto
Models the SI prefix for 10-18, the atto. |
static Prefix |
Prefix.centi
Models the SI prefix for 10-2, the centi. |
static Prefix |
Prefix.deci
Models the SI prefix for 10-1, the deci. |
static Prefix |
Prefix.deka
Models the SI prefix for 101, the deka. |
static Prefix |
Prefix.exa
Models the SI prefix for 1018, the exa. |
static Prefix |
Prefix.femto
Models the SI prefix for 10-15, the femto. |
static Prefix |
Prefix.giga
Models the SI prefix for 109, the giga. |
static Prefix |
Prefix.hecto
Models the SI prefix for 102, the hecto. |
static Prefix |
Prefix.kilo
Models the SI prefix for 103, the kilo. |
static Prefix |
Prefix.mega
Models the SI prefix for 106, the mega. |
static Prefix |
Prefix.micro
Models the SI prefix for 10-6, the micro. |
static Prefix |
Prefix.milli
Models the SI prefix for 10-3, the milli. |
static Prefix |
Prefix.nano
Models the SI prefix for 10-9, the nano. |
static Prefix |
Prefix.nullPrefix
Models the "null" prefix (i.e. when there is no visible prefix, that is, for 100 = 1). |
static Prefix |
Prefix.peta
Models the SI prefix for 1015, the peta. |
static Prefix |
Prefix.pico
Models the SI prefix for 10-12, the pico. |
static Prefix |
Prefix.tera
Models the SI prefix for 1012, the tera. |
static Prefix |
Prefix.yocto
Models the SI prefix for 10-24, the yocto. |
static Prefix |
Prefix.yotta
Models the SI prefix for 1024, the yotta. |
static Prefix |
Prefix.zepto
Models the SI prefix for 10-21, the zepto. |
static Prefix |
Prefix.zetta
Models the SI prefix for 1021, the zetta. |
Methods in bb.science that return Prefix | |
---|---|
static Prefix |
Prefix.getScalePrefix(double quantity)
This method attempts to return a Prefix instance which will "best scale" the supplied quantity. |
static Prefix[] |
Prefix.getSiPrefixes()
Returns an array of all the standard SI prefixes in order from yotta down to yocto . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |