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