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

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

1 float pa = ((Number)a).floatValue();
2 return new Float(number.floatValue());
3 value = ((Number)o).floatValue();
4 if (m_f
5 return new Float(-n.floatValue());
6 return new Float(answer.floatValue());
7 return new Float(((Number)value).floatValue());
8 setValueAt(newNumber.floatValue(), i);
9 return PrimitiveObjects.getFloat (pValue.floatValue ());
10 setValue(new Float(number.floatValue()));
11 return new Float(((Number)obj).floatValue());
12 stmt2.setFloat(dbpos,((Number)o).floatValue());
13 f = (((Number) value).floatValue());
14 return new Float(tempNum.floatValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.