Package cern.colt.function
Interface IntDoubleFunction
-
public interface IntDoubleFunctionInterface that represents a function object: a function that takes two arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleapply(int first, double second)Applies a function to two arguments.
-