de.grogra.xl.lang
Interface VoidToFloat


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;.

Author:
Ole Kniemeyer

Method Summary
 float evaluateFloat()
          Computes the value of this function.
 

Method Detail

evaluateFloat

float evaluateFloat()
Computes the value of this function.

Returns:
function value