public interface DecayFunction
| Modifier and Type | Interface and Description |
|---|---|
static class |
DecayFunction.Type |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(long age) |
DecayFunction.Type |
getType() |
double evaluate(long age)
DecayFunction.Type getType()