I am using double variables at the moment to use them as counters.
However my application is multi-threaded so if the operation be atomic that is a lot better for me
I can use however numbers can pass int limits and i do not need precision after . since they will be used as counter
Q: By precision is it always mentioned after . ? I mean operations lesser than 1 ?
Q: So my question is what could be the reason i want to use double instead of float ?
My cpu is latest gen core i 7 2600k 64 bit, application is also 64 bit
Can we say that double on 64 bit application is thread safe ?
.net 4.5 c# wpf application