public interface TDoubleFunction
| Modifier and Type | Method and Description |
|---|---|
double |
execute(double value)
Execute this function with
value
|