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