Package gnu.trove.function
Interface TDoubleFunction
public interface TDoubleFunction
Interface for functions that accept and return one double primitive.
-
Method Summary
-
Method Details
-
execute
double execute(double value) Execute this function with value- Parameters:
value
- adouble
input- Returns:
- a
double
result
-