Package edu.cmu.tetrad.util
Class NumberFormatUtil
java.lang.Object
edu.cmu.tetrad.util.NumberFormatUtil
Provides an application-wide "memory" of the number format to be used.
- Author:
- josephramsey
-
Method Summary
-
Method Details
-
getInstance
- Returns:
- Ibid.
-
getNumberFormat
- Returns:
- Ibid.
-
setNumberFormat
Sets the number format,nf
.- Parameters:
nf
- Ibid.- Throws:
NullPointerException
- if nf is null.
-