TimeIndex<'a> Type
A representation of temporal data as fractions of a common fixed temporal resolution, from a given baseline. The baseline must be greater than or equal to the baseline of the time series.
Constructors
Constructor | Description |
Full Usage:
TimeIndex(baseDate, resolution, mode, series)
Parameters:
DateTime
resolution : FixedTemporalResolution
mode : IndexMode<'a>
series : TimeSeries<'a>
Returns: TimeIndex<'a>
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this[t]
Parameters:
float
Returns: 'a
|
|
Full Usage:
this.Values
Returns: (float * 'a) seq
|
|