public class Npp64fc
extends java.lang.Object
Complex Number This struct represents a double floating-point complex number.
| Modifier and Type | Field and Description |
|---|---|
double |
im
Imaginary part
|
double |
re
Real part
|
| Constructor and Description |
|---|
Npp64fc(double re,
double im)
Creates a new Npp64fc with the given values
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |