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
924 stars 196 forks source link

DateTime & TimeSpan Operation overloads #553

Open DoganCK opened 1 year ago

DoganCK commented 1 year ago

Added operation overloads

Added functions


I also wanted to add vector operations on DateTime & TimeSpan like:

However, I was unable to figure out issues concerning BoxedVectors and writing a generic Vector Operation capable of handling different argument or return types.

Maybe there's a simpler solution for this. Any pointers would be appreciated.

Cheers!