Method floatValue()
Return type: float
Member of: java.lang.Double
[api documentation ] [ main menu]

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

1 m_secondary = secondary.floatValue();
2 else if ( isFloat ) result = new Float(dbl.floatValue());
3 tmpElem = ((Double)element).floatValue();
4 if (!(d.isInfinite() || (d.floatValue() == 0.0D && !allZeros))) {
5 if (!(d.isInfinite() || (d.floatValue() == 0.0D && !allZeros))) {
6 return new Float(dbl.floatValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.