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