public interface MultiplierProducer
| Modifier and Type | Method and Description |
|---|---|
int |
getMultiplier(int magnitude)
Maps a magnitude to a multiplier in powers of ten.
|
int getMultiplier(int magnitude)
magnitude - The power of ten of the input number.