|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User level interface to a Tuple column. Provides the common functionality of the tuple column classes.
Method Summary | |
double |
maximum()
Get the maximum value of the column (if it can be converted to a double). |
double |
mean()
Get the mean value of the column (if it can be converted to a double). |
double |
minimum()
Get the minimum value of the column (if it can be converted to a double). |
String |
name()
Get the name of the column. |
double |
rms()
Get the RMS of the given column (if it can be converted to a double). |
Class |
type()
Get the type of a give column. |
Method Detail |
public String name()
public Class type()
public double minimum()
public double maximum()
public double mean()
public double rms()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |