Click or drag to resize
SeriesModuleImplementation Class
[omit] Module that contains an implementation of sampling for `sampleTime` and `sampleTimeInto`. For technical reasons (`inline`) this is public..
Inheritance Hierarchy
SystemObject
  DeedleSeriesModuleImplementation

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static class Implementation

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