org.das2.util
Class IDLValue

java.lang.Object
  extended by org.das2.util.IDLValue

public class IDLValue
extends java.lang.Object


Field Summary
protected  double[] aValue
           
protected  double sValue
           
protected  int type
           
 
Constructor Summary
IDLValue(double a)
           
IDLValue(double[] a)
           
 
Method Summary
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()
           
 double toScalar()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

aValue

protected double[] aValue

sValue

protected double sValue

type

protected int type
Constructor Detail

IDLValue

public IDLValue(double a)

IDLValue

public IDLValue(double[] a)
Method Detail

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)