org.knime.base.node.util
Class DoubleFormat
java.lang.Object
org.knime.base.node.util.DoubleFormat
public final class DoubleFormat
- extends Object
Convenience class that allows to format a double to a string. It will use
different NumberFormat
instances depending on the value of
the double.
- Author:
- Bernd Wiswedel, University of Konstanz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatDouble
public static String formatDouble(double d)
- Formats the double to a string. It will use the following formats:
Range |
Format |
d < |0.0001| |
0.00E0 |
d < |10| |
##0.#### |
d < |10000| |
####0.# |
else |
0E0 |
- Parameters:
d
- the double to format
- Returns:
- the string representation of
d
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.