Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System.Numerics/INumberBase`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ This function treats both positive and negative zero as zero and so will return
<param name="y">The value to compare with <paramref name="x" />.</param>
<summary>Compares two values to compute which has the greater magnitude.</summary>
<returns>
<paramref name="x" /> if it is greater than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<paramref name="x" /> if it has a greater magnitude than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -889,7 +889,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
<param name="y">The value to compare with <paramref name="x" />.</param>
<summary>Compares two values to compute which has the greater magnitude and returning the other value if an input is <c>NaN</c>.</summary>
<returns>
<paramref name="x" /> if it is greater than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<paramref name="x" /> if it has a greater magnitude than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -926,7 +926,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
<param name="y">The value to compare with <paramref name="x" />.</param>
<summary>Compares two values to compute which has the lesser magnitude.</summary>
<returns>
<paramref name="x" /> if it is less than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<paramref name="x" /> if it has a lesser magnitude than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -963,7 +963,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
<param name="y">The value to compare with <paramref name="x" />.</param>
<summary>Compares two values to compute which has the lesser magnitude and returning the other value if an input is <c>NaN</c>.</summary>
<returns>
<paramref name="x" /> if it is less than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<paramref name="x" /> if it has a lesser magnitude than <paramref name="y" />; otherwise, <paramref name="y" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down