JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
math.function
Interface Function
All Known Implementing Classes:
AbstractFunction
,
CubicFunction
,
GeneralFunction
,
QuadraticFunction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
Function
A scalar-valued function of one variable.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
at
(double point)
Compute and return the value of the function at the given point.
Method Detail
at
double at(double point)
Compute and return the value of the function at the given point.
Parameters:
point
- the point at which to evaluate the function.
Returns:
the value of the function at the given point.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method