|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface VoidToFloat
Instances of VoidToFloat represent functions
which take voids as input and return values of
type float. Such instances are created by
lambda expressions of the XL programming language, e.g.,
VoidToFloat f = void => float
some expression;.
| Method Summary | |
|---|---|
float |
evaluateFloat()
Computes the value of this function. |
| Method Detail |
|---|
float evaluateFloat()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||