org.freehep.math.minuit
Class Point

java.lang.Object
  extended by org.freehep.math.minuit.Point

public class Point
extends Object

A class representing a pair of double (x,y) or (lower,upper)

Version:
$Id: Point.java 8584 2006-08-10 23:06:37Z duns $

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

Field Detail

first

public double first

second

public double second
Constructor Detail

Point

public Point(double first,
             double second)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.