Class DataPoint

java.lang.Object
  extended by DataPoint

public class DataPoint
extends java.lang.Object


Constructor Summary
DataPoint()
           
DataPoint(double v, double err)
           
 
Method Summary
 void scale(double factor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPoint

public DataPoint()

DataPoint

public DataPoint(double v,
                 double err)
Method Detail

scale

public void scale(double factor)