igeo
Class IIntegerR.FromDouble

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IIntegerR.FromDouble
All Implemented Interfaces:
IIntegerOp, IParameter, ISubobject
Enclosing class:
IIntegerR

public static class IIntegerR.FromDouble
extends IParameterObject
implements IIntegerOp


Field Summary
 IDoubleOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IIntegerR.FromDouble(IDoubleOp v)
           
 
Method Summary
 IInteger get()
           
 int x()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

public IDoubleOp v
Constructor Detail

IIntegerR.FromDouble

public IIntegerR.FromDouble(IDoubleOp v)
Method Detail

x

public int x()
Specified by:
x in interface IIntegerOp

get

public IInteger get()
Specified by:
get in interface IIntegerOp
Specified by:
get in interface IParameter