polyglot.ext.pao.runtime
Class Float

java.lang.Object
  extended by polyglot.ext.pao.runtime.Primitive
      extended by polyglot.ext.pao.runtime.Double
          extended by polyglot.ext.pao.runtime.Float

public class Float
extends Double

Boxed floats.


Field Summary
 
Fields inherited from class polyglot.ext.pao.runtime.Double
value
 
Constructor Summary
Float(float value)
           
 
Method Summary
 float floatValue()
           
 
Methods inherited from class polyglot.ext.pao.runtime.Double
doubleValue, equals, hashCode, toString
 
Methods inherited from class polyglot.ext.pao.runtime.Primitive
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Float

public Float(float value)
Method Detail

floatValue

public float floatValue()