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