c# - Calculating the average of different dates in different years -


this question has answer here:

i need calculate average following observed dates:

1/7/2010 15/7/2011 17/6/2012 3/7/2013 

how can in asp.net or other language. if there formula that.

you need convert ticks (this convert system.int64) , average of them all.

see following answer: https://stackoverflow.com/a/16683441/643761


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -