1 reference to NegativeInfinityBits
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
339return (bits == double.NegativeInfinityBits) ? double.MinValue : x;