8 references to IsNaN
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
1326
if (!
IsNaN
(y))
1351
if (!
IsNaN
(y))
1365
if (
IsNaN
(value))
1505
if ((ax > ay) ||
IsNaN
(ay))
1533
if ((ax < ay) ||
IsNaN
(ay))
1898
IsNaN
(value) ? 0.0m : (decimal)value;
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
4147
result = BFloat16.
IsNaN
(actualValue) ? Zero : (BigInteger)actualValue;
4270
result = BFloat16.
IsNaN
(actualValue) ? Zero : (BigInteger)actualValue;