|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ClassLib.Common.java.lang
Class Float

java.lang.ObjectClassLib.Common.java.lang.Float
- abstract class Float
- extends java.lang.Object
Float
- Version:
- $Id: Float.java,v 1.4 2003/05/12 10:04:53 joewhaley Exp $
| Constructor Summary | |
(package private) |
Float()
|
| Method Summary | |
static int |
floatToIntBits(float value)
|
static int |
floatToRawIntBits(float value)
|
static float |
intBitsToFloat(int bits)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Float
Float()
| Method Detail |
floatToIntBits
public static int floatToIntBits(float value)
floatToRawIntBits
public static int floatToRawIntBits(float value)
intBitsToFloat
public static float intBitsToFloat(int bits)
|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ClassLib.Common.java.lang.Float