java.lang
Class Float

java.lang.Object
  |
  +--java.lang.Number
        |
        +--java.lang.Float

public class Float
extends Number


Constructor Summary
Float(float v)
           
 
Method Summary
 byte byteValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 short shortValue()
           
 String toString()
           
static String toString(float Val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode
 

Constructor Detail

Float

public Float(float v)
Method Detail

toString

public static String toString(float Val)

byteValue

public byte byteValue()
Specified by:
byteValue in class Number

shortValue

public short shortValue()
Specified by:
shortValue in class Number

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

toString

public String toString()
Overrides:
toString in class Object