Uses of Class
org.das2.util.IDLValue

Packages that use IDLValue
org.das2.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Uses of IDLValue in org.das2.util
 

Methods in org.das2.util that return IDLValue
static IDLValue IDLValue.alog10(IDLValue x)
           
static IDLValue IDLValue.findgen(int length)
           
 IDLValue IDLValue.IDLadd(IDLValue b)
           
 IDLValue IDLValue.IDLdivide(IDLValue b)
           
 IDLValue IDLValue.IDLexponeniate(IDLValue b)
           
 IDLValue IDLValue.IDLmultiply(IDLValue b)
           
 IDLValue IDLValue.IDLsubtract(IDLValue b)
           
 IDLValue IDLParser.parseIDLArrayTokens(java.lang.String[] tokens, int type)
           
static IDLValue IDLValue.sin(IDLValue x)
           
 

Methods in org.das2.util with parameters of type IDLValue
static IDLValue IDLValue.alog10(IDLValue x)
           
 IDLValue IDLValue.IDLadd(IDLValue b)
           
 IDLValue IDLValue.IDLdivide(IDLValue b)
           
 IDLValue IDLValue.IDLexponeniate(IDLValue b)
           
 IDLValue IDLValue.IDLmultiply(IDLValue b)
           
 IDLValue IDLValue.IDLsubtract(IDLValue b)
           
static IDLValue IDLValue.sin(IDLValue x)