public interface NumberFormatter
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecision() |
boolean |
isExponentialForm() |
NumberFormatter |
setExponentialForm(boolean state) |
NumberFormatter |
setPrecision(int precision) |
String |
toString(double val) |
int getPrecision()
boolean isExponentialForm()
NumberFormatter setExponentialForm(boolean state)
NumberFormatter setPrecision(int precision)
String toString(double val)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.