|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bioconductor.packages.rservices.RJComplex
public class RJComplex
Field Summary | |
---|---|
protected double[] |
imaginary
|
protected double[] |
real
|
Constructor Summary | |
---|---|
RJComplex()
|
|
RJComplex(double[] real,
double[] imaginary)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object inputObject)
|
double[] |
getImaginary()
Gets the imaginary for this RJComplex. |
double[] |
getReal()
Gets the real for this RJComplex. |
int |
length()
|
void |
setImaginary(java.lang.Double imaginary)
Sets the imaginary for this RJComplex. |
void |
setImaginary(double[] imaginary)
Sets the imaginary for this RJComplex. |
void |
setReal(java.lang.Double real)
Sets the real for this RJComplex. |
void |
setReal(double[] real)
Sets the real for this RJComplex. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double[] real
protected double[] imaginary
Constructor Detail |
---|
public RJComplex()
public RJComplex(double[] real, double[] imaginary)
Method Detail |
---|
public void setReal(double[] real)
real
- public void setReal(java.lang.Double real)
real
- public double[] getReal()
public void setImaginary(double[] imaginary)
imaginary
- public void setImaginary(java.lang.Double imaginary)
imaginary
- public double[] getImaginary()
public int length()
public boolean equals(java.lang.Object inputObject)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |