Documentation of 'org.matheclipse.core.generic.interfaces.INumericFunction' Java class
INumericFunction
org.matheclipse.core.generic.interfaces

Interface INumericFunction<T>



  • public interface INumericFunction<T>
    A INumericFunction provides a transformation of a double value into a resulting object.

    Implementors of INumericFunction which may cause side effects upon evaluation are strongly encouraged to state this fact clearly in their API documentation.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      T apply(double value)
      Applys the function to a double value, resulting in an object of type T.
    • Method Detail

      • apply

        T apply(double value)
        Applys the function to a double value, resulting in an object of type T.
        Parameters:
        value - a given double value.
        Returns:
        The resulting object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.