Method intBitsToFloat(int bits)
Return type: float
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
iValue = Float.intBitsToFloat(JIO.readU4 (aIn));
2
pixels[y*width + x] = Float.intBitsToFloat(value);
3
return new Float(Float.intBitsToFloat(bytes().intValue()));
4
return(", value=" + Float.intBitsToFloat(v[0]));
5
aw.values.add(new Float(Float.intBitsToFloat(readInt())));
6
printParanthetical(Float.intBitsToFloat((int) value));
7
value = new Float(Float.intBitsToFloat(body.getUDWord())).toString();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.