polyglot.ext.op.runtime
Class Float

java.lang.Object
  extended bypolyglot.ext.op.runtime.Float

public class Float
extends java.lang.Object


Constructor Summary
Float(float value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 float floatValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Float

public Float(float value)
Method Detail

floatValue

public float floatValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)