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