java.lang.Object
de.grogra.rgg.NodeToDouble
- All Implemented Interfaces:
ObjectToDouble<Node>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract double
evaluateDouble
(Node node) Computes the value of this function atx
.
-
Constructor Details
-
NodeToDouble
public NodeToDouble()
-
-
Method Details
-
evaluateDouble
Description copied from interface:ObjectToDouble
Computes the value of this function atx
.- Specified by:
evaluateDouble
in interfaceObjectToDouble<Node>
- Parameters:
node
- where the function is to be evaluated- Returns:
- function value at
x
-