TimeSeries.TimeSeries<'T, 'date, 'timeunit, 'timespan> Type
A sequence of data observed at time intervals (regular or irregular), where the sampling intervals occur following a fixed start observation.
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.Head
Returns: 'T * 'date
|
|
Full Usage:
this.Length
Returns: int
|
|
|
|
Full Usage:
this.TimeSteps
Returns: 'timespan[]
|
|
Full Usage:
this.Values
Returns: 'T seq
|
|
bristlecone