5 references to IsNegativeInfinity
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2009else if( float.IsNegativeInfinity(s)) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1220else if( float.IsNegativeInfinity(s)) {
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1119else if(float.IsNegativeInfinity(value))
System.Runtime.Serialization (1)
System\Xml\XmlConverter.cs (1)
1013return ToInfinity(float.IsNegativeInfinity(value), buffer, offset);
System.Xml (1)
System\Xml\XmlConvert.cs (1)
721if (Single.IsNegativeInfinity(value)) return "-INF";