public static interface ComplexArray.Float
Modifier and Type | Method and Description |
---|---|
float |
getImag(int i) |
float |
getReal(int i) |
int |
length()
returns the number of elements
|
void |
setImag(int i,
float value) |
void |
setReal(int i,
float value) |
float getReal(int i)
i
- float getImag(int i)
i
- void setReal(int i, float value)
i
- the element indexvalue
- the real component, the imaginary is not changed.void setImag(int i, float value)
i
- the element indexvalue
- the imaginary component, the real is not changed.int length()