org.boris.variant
Class VTFloat

java.lang.Object
  extended by org.boris.variant.Variant
      extended by org.boris.variant.VTNumber
          extended by org.boris.variant.VTFloat

public class VTFloat
extends VTNumber


Constructor Summary
VTFloat(float value)
           
 
Method Summary
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.boris.variant.VTNumber
booleanValue, byteValue, longValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VTFloat

public VTFloat(float value)
Method Detail

intValue

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

floatValue

public float floatValue()
Overrides:
floatValue in class VTNumber

doubleValue

public double doubleValue()
Overrides:
doubleValue in class VTNumber

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object