Implementation Methods |
The SeriesModuleImplementation type exposes the following members.
Name | Description | |
---|---|---|
generateKeysK, a, V | ||
lookupTimeInternalK, T, V |
Given a specified starting time and time span, generates all keys that fit in the
range of the series (and one additional, if `dir = Backward`) and then performs lookup
for each key using the specified direction
| |
sampleTimeIntoInternalK, T, V, a |
Given a specified starting time and time span, generates all keys that fit in the
range of the series (and one additional, if `dir = Backward`) and then performs
sampling using `resampleInto`.
|