8 references to IsNaN
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
1324if (!IsNaN(y)) 1349if (!IsNaN(y)) 1363if (IsNaN(value)) 1503if ((ax > ay) || IsNaN(ay)) 1531if ((ax < ay) || IsNaN(ay)) 1896IsNaN(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;