hep.aida.bin
public interface BinFunction1D
Modifier and Type | Method and Description |
---|---|
double |
apply(DynamicBin1D x)
Applies a function to one bin argument.
|
java.lang.String |
name()
Returns the name of this function.
|
double apply(DynamicBin1D x)
x
- the argument passed to the function.java.lang.String name()
Jump to the Colt Homepage