public interface VoidToDouble
Instances of
VoidToDouble represent functions
which take voids as input and return values of
type double. Such instances are created by
lambda expressions of the XL programming language, e.g.,
VoidToDouble f = void => double
some expression;.- Author:
- Ole Kniemeyer
-
Method Summary
-
Method Details
-
evaluateDouble
double evaluateDouble()Computes the value of this function.- Returns:
- function value
-