|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CertainPlf
The representation of certain plf (a collection of x,y pairs) passed by value
Method Summary | |
---|---|
void |
AddPoint(double x,
double y)
Add point |
Tuple |
GetMax()
Get point (x,y) with maximum value |
double |
GetMaxY()
Get maximum Y |
double |
GetX(int index)
Get X point |
double |
GetY(int index)
Get Y point |
double |
GetYatX(double x)
Get value at X |
int |
Size()
Number of pieces |
Method Detail |
---|
void AddPoint(double x, double y)
int Size()
double GetX(int index)
double GetY(int index)
double GetMaxY()
Tuple GetMax()
double GetYatX(double x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |