Package numpy.core

Class Complex


  • public class Complex
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Complex​(java.lang.Number real, java.lang.Number imaginary)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.Number getImaginary()  
      java.lang.Number getReal()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Complex

        public Complex​(java.lang.Number real,
                       java.lang.Number imaginary)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • getReal

        public java.lang.Number getReal()
      • getImaginary

        public java.lang.Number getImaginary()