Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
2.4.4
-
None
Description
Decimal128.Compare() returns incorrect results. In the example below, the result should be 0, instead of -1.
var a = Decimal128.Parse("10"); |
var b = Decimal128.Parse("1E1"); |
var compres = Decimal128.Compare(a, b);
|
Attachments
Issue Links
- duplicates
-
CSHARP-2001 Decimal128.ToDecimal should not throw an exception when the conversion can succeed with a loss of precision
-
- Closed
-