public class IDLValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
aValue |
protected double |
sValue |
protected int |
type |
Constructor and Description |
---|
IDLValue(double a) |
IDLValue(double[] a)
create an IDLValue representing this array.
|
Modifier and Type | Method and Description |
---|---|
static IDLValue |
alog10(IDLValue x) |
static IDLValue |
findgen(int length) |
IDLValue |
IDLadd(IDLValue b) |
IDLValue |
IDLdivide(IDLValue b) |
IDLValue |
IDLexponeniate(IDLValue b) |
IDLValue |
IDLmultiply(IDLValue b) |
IDLValue |
IDLsubtract(IDLValue b) |
static IDLValue |
sin(IDLValue x) |
double[] |
toArray()
return a copy of the data.
|
double |
toScalar() |
java.lang.String |
toString() |
protected double[] aValue
protected double sValue
protected int type
public IDLValue(double a)
public IDLValue(double[] a)
a
- public double[] toArray()
public double toScalar()
public java.lang.String toString()
toString
in class java.lang.Object
public static IDLValue findgen(int length)