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/IFloatingPoint`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@
351
351
<paramname="x">The value to round.</param>
352
352
<paramname="digits">The number of fractional digits to which <paramrefname="x" /> should be rounded.</param>
353
353
<paramname="mode">The mode under which <paramrefname="x" /> should be rounded.</param>
354
-
<summary>Rounds a value to a specified number of fractional-digits using the default rounding mode (<seecref="F:System.MidpointRounding.ToEven" />).</summary>
354
+
<summary>Rounds a value to a specified number of fractionaldigits using the specified rounding mode.</summary>
355
355
<returns>The result of rounding <paramrefname="x" /> to <paramrefname="digits" /> fractional-digits using <paramrefname="mode" />.</returns>
0 commit comments