Click or drag to resize
Implementation Methods

The SeriesModuleImplementation type exposes the following members.

Methods
  NameDescription
Public methodStatic membergenerateKeysK, a, V
Public methodStatic memberlookupTimeInternalK, 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
Public methodStatic membersampleTimeIntoInternalK, 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`.
Top
See Also