You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Numerics/Complex.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2292,7 +2292,7 @@ A return value of `false` does not imply that <xref:System.Numerics.INumberBase%
2292
2292
2293
2293
This function returns `true` for a complex number `a + bi` where `b` is zero.
2294
2294
2295
-
This function also returns `true` for <xref:System.Numerics.Infinity> and a complex number `a + bi` where `a` is infinity, but not `b`.
2295
+
This function also returns `true` for a complex number `a + bi` where `a` is infinity, but not `b`, and does not return true for <xref:System.Numerics.Complex.Infinity>.
0 commit comments