Class Derivative
java.lang.Object
com.stuypulse.stuylib.streams.numbers.filters.Derivative
- All Implemented Interfaces:
IFilter
This class takes an IStream and gives you the derivative with respect to time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(double next) Get next value in Filter based on the next value given
-
Constructor Details
-
Derivative
public Derivative()
-
-
Method Details