@@ -852,7 +852,7 @@ This function treats both positive and negative zero as zero and so will return
852
852
<param name =" y" >The value to compare with <paramref name =" x" />.</param >
853
853
<summary >Compares two values to compute which has the greater magnitude.</summary >
854
854
<returns >
855
- <paramref name =" x" /> if it is greater than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
855
+ <paramref name =" x" /> if it has a greater magnitude than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
856
856
<remarks >
857
857
<format type =" text/markdown" ><![CDATA[
858
858
@@ -889,7 +889,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
889
889
<param name =" y" >The value to compare with <paramref name =" x" />.</param >
890
890
<summary >Compares two values to compute which has the greater magnitude and returning the other value if an input is <c >NaN</c >.</summary >
891
891
<returns >
892
- <paramref name =" x" /> if it is greater than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
892
+ <paramref name =" x" /> if it has a greater magnitude than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
893
893
<remarks >
894
894
<format type =" text/markdown" ><![CDATA[
895
895
@@ -926,7 +926,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
926
926
<param name =" y" >The value to compare with <paramref name =" x" />.</param >
927
927
<summary >Compares two values to compute which has the lesser magnitude.</summary >
928
928
<returns >
929
- <paramref name =" x" /> if it is less than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
929
+ <paramref name =" x" /> if it has a lesser magnitude than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
930
930
<remarks >
931
931
<format type =" text/markdown" ><![CDATA[
932
932
@@ -963,7 +963,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
963
963
<param name =" y" >The value to compare with <paramref name =" x" />.</param >
964
964
<summary >Compares two values to compute which has the lesser magnitude and returning the other value if an input is <c >NaN</c >.</summary >
965
965
<returns >
966
- <paramref name =" x" /> if it is less than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
966
+ <paramref name =" x" /> if it has a lesser magnitude than <paramref name =" y" />; otherwise, <paramref name =" y" />.</returns >
967
967
<remarks >
968
968
<format type =" text/markdown" ><![CDATA[
969
969
0 commit comments