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 © 2020 Rogue Wave Software. All rights reserved.