1 reference to NegativeInfinityBits
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MathF.cs (1)
91return (bits == float.NegativeInfinityBits) ? float.MinValue : x;