public class Complex
extends org.apache.commons.math.complex.Complex
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
suffix |
| Constructor and Description |
|---|
Complex(double real,
double imaginary) |
Complex(double real,
double imaginary,
java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object arg0) |
java.lang.String |
getSuffix() |
int |
hashCode() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.