gnu.math
public class CComplex extends Complex implements Externalizable
| Constructor Summary | |
|---|---|
| CComplex() | |
| CComplex(RealNum real, RealNum imag) | |
| Method Summary | |
|---|---|
| RealNum | im() |
| RealNum | re() |
| void | readExternal(ObjectInput in) |
| void | writeExternal(ObjectOutput out) |
Serial Data: Write the real and imaginary parts, as Objects.