You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.251
Former-commit-id: a03955857ec1ab1e3682a0ae901ea3604417b58f
This commit is contained in:
parent
5e53521dbc
commit
7245c6c4a8
@@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user