Int128Abs Method |
Namespace: Meta.Numerics.Extended
Exception | Condition |
---|---|
OverflowException | x was MinValue, which has no corresponding positive value in the range of the type. |
Because MinValue is one unit smaller in absolute value than MaxValue, this method throws an OverflowException when passed MinValue. Built in types such as Int32 have analogous behavior. All other values are supported.