标签: c# integer-overflow
我使用Math.Abs(a-b)来确定2个数字之间的差异。 这是一种安全的方法吗?或者由于Underflow会导致意外的结果吗?
(我想在一般情况下知道Math.Abs的所有类型重载)