Method doubleValue()
Return type: double
Member of: java.lang.Float
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return formatQuantity(quantity.doubleValue());
2 data = ((Float) value).doubleValue();
3 value = ( (Float) p_value ).doubleValue();
4 value = ( (Float) p_value ).doubleValue();
5 if (computedValue.doubleValue() > Float.MAX_VALUE){
6 tmpElem = ((Float)element).doubleValue();
7 return TclDouble.newInstance(((Float) javaObj).doubleValue());
8 return nf.format(flt.doubleValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.