org.boris.xlloop.xloper
Class XLNum

java.lang.Object
  extended by org.boris.xlloop.xloper.XLoper
      extended by org.boris.xlloop.xloper.XLNum

public final class XLNum
extends XLoper


Field Summary
 double num
           
 
Fields inherited from class org.boris.xlloop.xloper.XLoper
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr
 
Constructor Summary
XLNum(double num)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

num

public final double num
Constructor Detail

XLNum

public XLNum(double num)
Method Detail

toString

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