org.das2.util
Class IDLValue
java.lang.Object
org.das2.util.IDLValue
public class IDLValue
- extends java.lang.Object
Field Summary |
protected double[] |
aValue
|
protected double |
sValue
|
protected int |
type
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
aValue
protected double[] aValue
sValue
protected double sValue
type
protected int type
IDLValue
public IDLValue(double a)
IDLValue
public IDLValue(double[] a)
IDLmultiply
public IDLValue IDLmultiply(IDLValue b)
IDLdivide
public IDLValue IDLdivide(IDLValue b)
IDLadd
public IDLValue IDLadd(IDLValue b)
IDLsubtract
public IDLValue IDLsubtract(IDLValue b)
IDLexponeniate
public IDLValue IDLexponeniate(IDLValue b)
toArray
public double[] toArray()
toScalar
public double toScalar()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
findgen
public static IDLValue findgen(int length)
alog10
public static IDLValue alog10(IDLValue x)
sin
public static IDLValue sin(IDLValue x)