9 references to IsNegative
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (6)
784
if (!
IsNegative
(d))
807
if (!
IsNegative
(d))
852
if (!
IsNegative
(d) || i == 0)
869
if (!
IsNegative
(d) || l == 0)
1463
return
IsNegative
(x) ? y : x;
1485
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)
391
number.IsNegative = decimal.
IsNegative
(d);