public static interface TimeSeriesOperations.Function
| Modifier and Type | Method and Description |
|---|---|
double |
compute(double x,
double y)
Public interface for the user-supplied function to combine two time
series values that occur at the same date and time.
|
double compute(double x,
double y)
x - a double representing the value of the first
time series.y - a double representing the value of the second
time series.double representing the combination of the two
inputs.Copyright © 1970-2015 Rogue Wave Software
Built June 18 2015.