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