BinaryPrefix
, MetricPrefix
public interface Prefix
Modifier and Type | Method | 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.
|
String |
getName() |
Returns the name of this prefix.
|
String |
getSymbol() |
Returns the symbol of this prefix.
|
String getSymbol()
null
.int getBase()
int getExponent()
Copyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.