fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
929 stars 196 forks source link

Arithmetic operators for decimal timeseries #324

Closed jweibel22 closed 6 years ago

jweibel22 commented 8 years ago

There are no overloads for the arithmetic operators for the type

Series < DateTimeOffset, decimal >

Would it be possible to add this?

zyzhu commented 6 years ago

Fixed in https://github.com/fslaborg/Deedle/pull/351