Documentation of 'jhplot.math.polysolve.Pair' Java class.
Pair
jhplot.math.polysolve

Class Pair



  • public final class Pair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double x 
      double y 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Pair() 
      Pair(double x, double y) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • Pair

        public Pair(double x,
                    double y)
      • Pair

        public Pair()
    • Method Detail

      • toString

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

DMelt 3.0 © DataMelt by jWork.ORG