Skip to content

chrisa23/Series

Repository files navigation

Series

Simple circular buffer for time series data. Indexing is from most recent while enumeration is from beginning.

let s = Series<float>(20) 
s.Add 2.0
s.Add 3.0
s.Add 4.0
let v = s.[0]//4.0

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors