JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
xbot.common.math
Interface MovingAverage.SumFunction<T>
Enclosing class:
MovingAverage
<
T
>
public static interface
MovingAverage.SumFunction<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
add
(
T
a,
T
b)
T
divide
(
T
a, int b)
T
subtract
(
T
a,
T
b)
Method Details
add
T
add
(
T
a,
T
b)
subtract
T
subtract
(
T
a,
T
b)
divide
T
divide
(
T
a, int b)