Class MyFloat

java.lang.Object
  |
  +--MyFloat

public class MyFloat
extends java.lang.Object


Field Summary
 float x
           
 
Constructor Summary
MyFloat()
           
MyFloat(float xx)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 float value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x
Constructor Detail

MyFloat

public MyFloat()

MyFloat

public MyFloat(float xx)
Method Detail

value

public float value()

main

public static void main(java.lang.String[] argv)