Uses of Enum Class
org.rapidcontext.core.stats.MovingSum.Interval
Packages that use MovingSum.Interval
-
Uses of MovingSum.Interval in org.rapidcontext.core.stats
Methods in org.rapidcontext.core.stats that return MovingSum.IntervalModifier and TypeMethodDescriptionstatic MovingSum.Interval
Returns the enum constant of this class with the specified name.static MovingSum.Interval[]
MovingSum.Interval.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rapidcontext.core.stats with parameters of type MovingSum.IntervalModifier and TypeMethodDescriptiondouble
MovingSum.valueFor
(MovingSum.Interval interval) Returns the approximate sum for the specified interval.