Package numpy.core
Class Complex
- java.lang.Object
-
- numpy.core.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 booleanequals(java.lang.Object object)java.lang.NumbergetImaginary()java.lang.NumbergetReal()inthashCode()
-