Module xl.core

Interface VoidToDouble


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

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

    • evaluateDouble

      double evaluateDouble()
      Computes the value of this function.
      Returns:
      function value