public interface Prefix
A unit prefix is a specifier or mnemonic that is prepended to units of measurement to indicate multiples or fractions of the units.
Modifier and Type | Method and Description |
---|---|
int |
getBase()
Base part of the associated factor in base^exponent representation.
|
int |
getExponent()
Exponent part of the associated factor in base^exponent representation.
|
java.lang.String |
getName()
Returns the name of this prefix.
|
java.lang.String |
getSymbol()
Returns the symbol of this prefix.
|
java.lang.String getSymbol()
null
.int getBase()
int getExponent()
java.lang.String getName()
null
.Copyright © 2014–2018 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.