Module xl.core

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

    Modifier and Type
    Method
    Description
    float
    Computes the value of this function.
  • Method Details

    • evaluateFloat

      float evaluateFloat()
      Computes the value of this function.
      Returns:
      function value