Imported Upstream version 5.18.0.251

Former-commit-id: a03955857ec1ab1e3682a0ae901ea3604417b58f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-02 08:22:25 +00:00
parent 5e53521dbc
commit 7245c6c4a8
47 changed files with 40 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ namespace System
number.sign = true;
}
if (value == 0.0)
if (BitConverter.DoubleToInt64Bits (value) == 0)
{
for (int j = 0; j < precision; j++)
{