public interface Double5Function
Modifier and Type | Method and Description |
---|---|
double |
apply(double a,
double b,
double c,
double d,
double e)
Applies a function to two arguments.
|
double apply(double a, double b, double c, double d, double e)
a
- the first argument passed to the function.b
- the second argument passed to the function.c
- the third argument passed to the function.d
- the fourth argument passed to the function.e
- the fifth argument passed to the function.Jas4pp 1.5 © Java Analysis Studio for Particle Physics