public interface IntIntDoubleFunction
Modifier and Type | Method and Description |
---|---|
double |
apply(int first,
int second,
double third)
Applies a function to three arguments.
|
double apply(int first, int second, double third)
first
- first argument passed to the function.second
- second argument passed to the function.third
- third argument passed to the function.Jas4pp 1.5 © Java Analysis Studio for Particle Physics