参见英文答案 >
Why is there no overload of Interlocked.Add that accepts Doubles as parameters?4个
.Net框架只有int和long的
.Net框架只有int和long的
Interlocked.Add()
方法.但我需要Interlock.Add()为double类型.我怎样才能做到这一点?
解决方法
这是不可能的,您可以在stackoverflow上阅读此问题.它还提供了一篇关于它的文章:
Why is there no overload of Interlocked.Add that accepts Doubles as parameters?