public interface

Function2D

org.jfree.data.function.Function2D
Known Indirect Subclasses

Class Overview

A function of the form y = f(x).

Summary

Public Methods
abstract double getValue(double x)
Returns the value of the function ('y') for a given input ('x').

Public Methods

public abstract double getValue (double x)

Returns the value of the function ('y') for a given input ('x').

Parameters
x the x-value.
Returns
  • The function value.