BinaryPrefix, MetricPrefixpublic interface Prefix
| Modifier and Type | Method | Description |
|---|---|---|
int |
getExponent() |
Exponent part of the associated factor in
base^exponent representation. |
String |
getName() |
Returns the name of this prefix.
|
String |
getSymbol() |
Returns the symbol of this prefix.
|
Number |
getValue() |
Returns the value of this prefix.
|
String getSymbol()
null.Number getValue()
exponent is different from 1, this value is the base part of the associated
factor in base^exponent representation.int getExponent()
base^exponent representation. For different factors, e.g. rational numbers like 1/4
the exponent is always 1.Copyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.