cern.colt.function.tfloat
Interface Float9Function
public interface Float9Function
Interface that represents a function object: a function that takes 9
arguments and returns a single value.
Method Summary |
float |
apply(float a00,
float a01,
float a02,
float a10,
float a11,
float a12,
float a20,
float a21,
float a22)
Applies a function to nine arguments. |
apply
float apply(float a00,
float a01,
float a02,
float a10,
float a11,
float a12,
float a20,
float a21,
float a22)
- Applies a function to nine arguments.
- Returns:
- the result of the function.
jHepWork 3.0 ©