|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface R.ifelse
the placeholder for R.ifelse
| Method Summary | |
|---|---|
double |
no(double x)
the value to return if x does not satisfy the if part of the statement |
boolean |
test(double x)
Decide whether x satisfies the if part of the statement. |
double |
yes(double x)
the value to return if x satisfies the if part of the statement |
| Method Detail |
|---|
boolean test(double x)
x satisfies the if part of the statement.
x - a double
true iff x satisfies the if part of the statementdouble yes(double x)
x satisfies the if part of the statement
x - a double
double no(double x)
x does not satisfy the if part of the statement
x - a double
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||