Method floatValue()
Return type: float
Member of:
java.lang.Integer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
num = (int)(value*(new Integer(den).floatValue()));
2
return fnts[styleFontOffset + lstFontStyle.getSelectedIndex()].deriveFont(size.floatValue());
3
tmpElem = ((Integer)element).floatValue();
4
return new Float(intgr.floatValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.