T
- The type of the function's independent variable.@FunctionalInterface public static interface RealValuedScalarFunction1.Function<T>
Modifier and Type | Method and Description |
---|---|
double |
invoke(T x)
A real valued, scalar function of a variable of type T.
|
double invoke(T x)
x
- The independent variable to the function.