6 references to NegativeInfinity
mscorlib (3)
system\number.cs (1)
959
return Single.
NegativeInfinity
;
system\runtime\remoting\message.cs (1)
679
ret = Single.
NegativeInfinity
;
system\single.cs (1)
253
result =
NegativeInfinity
;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2308
if (value == Single.
NegativeInfinity
|| value == Single.PositiveInfinity) {
System.Xml (2)
System\Xml\XmlConvert.cs (2)
1037
if(s == "-INF") return Single.
NegativeInfinity
;
1050
result = Single.
NegativeInfinity
;