com.nwoods.jgo.instruments
Class DoubleRef

java.lang.Object
  extended bycom.nwoods.jgo.instruments.DoubleRef

public class DoubleRef
extends java.lang.Object

Provide a way for a method to return a double through an "output" parameter.


Field Summary
 double value
           
 
Constructor Summary
DoubleRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
Constructor Detail

DoubleRef

public DoubleRef()