public final class DSPComplex
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
DSPComplex() |
|
DSPComplex(float real,
float imag) |
protected |
DSPComplex(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
float |
imag() |
float |
real() |
void |
setImag(float value) |
void |
setReal(float value) |