9 references to IsNegative
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (6)
783
if (!
IsNegative
(d))
806
if (!
IsNegative
(d))
851
if (!
IsNegative
(d) || i == 0)
868
if (!
IsNegative
(d) || l == 0)
1462
return
IsNegative
(x) ? y : x;
1484
return
IsNegative
(x) ? x : y;
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
1909
if (decimal.
IsNegative
(value))
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
476
if (decimal.
IsNegative
(value))
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (1)
356
number.IsNegative = decimal.
IsNegative
(d);