public interface FloatBinFunction1D
Modifier and Type | Method and Description |
---|---|
float |
apply(DynamicFloatBin1D x)
Applies a function to one bin argument.
|
String |
name()
Returns the name of this function.
|
float apply(DynamicFloatBin1D x)
x
- the argument passed to the function.String name()
Jump to the Parallel Colt Homepage