|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseTupleColumn
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 |
|---|
String name()
Class type()
double minimum()
double maximum()
double mean()
double rms()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||