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/Vector.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1870,7 +1870,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
1870
1870
<param name="right">The second source vector.</param>
1871
1871
<summary>Creates a new single-precision vector with elements selected between two specified single-precision source vectors based on an integral mask vector.</summary>
1872
1872
<returns>The new vector with elements selected based on the mask.</returns>
1873
-
<remarks>To be added.</remarks>
1873
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1874
1874
</Docs>
1875
1875
</Member>
1876
1876
<Member MemberName="ConditionalSelect">
@@ -1915,7 +1915,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
1915
1915
<param name="right">The second source vector.</param>
1916
1916
<summary>Creates a new double-precision vector with elements selected between two specified double-precision source vectors based on an integral mask vector.</summary>
1917
1917
<returns>The new vector with elements selected based on the mask.</returns>
1918
-
<remarks>To be added.</remarks>
1918
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1919
1919
</Docs>
1920
1920
</Member>
1921
1921
<Member MemberName="ConditionalSelect<T>">
@@ -1996,7 +1996,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
1996
1996
<param name="right">The second source vector.</param>
1997
1997
<summary>Creates a new vector of a specified type with elements selected between two specified source vectors of the same type based on an integral mask vector.</summary>
1998
1998
<returns>The new vector with elements selected based on the mask.</returns>
1999
-
<remarks>To be added.</remarks>
1999
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector128.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1728,7 +1728,7 @@
1728
1728
<param name="right">The vector that is selected when the corresponding bit in <paramref name="condition" /> is zero.</param>
1729
1729
<summary>Conditionally selects a value from two vectors on a bitwise basis.</summary>
1730
1730
<returns>A vector whose bits come from <paramref name="left" /> or <paramref name="right" /> based on the value of <paramref name="condition" />.</returns>
1731
-
<remarks>To be added.</remarks>
1731
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1732
1732
<exception cref="T:System.NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector256.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1497,7 +1497,7 @@
1497
1497
<param name="right">The vector that is selected when the corresponding bit in <paramref name="condition" /> is zero.</param>
1498
1498
<summary>Conditionally selects a value from two vectors on a bitwise basis.</summary>
1499
1499
<returns>A vector whose bits come from <paramref name="left" /> or <paramref name="right" /> based on the value of <paramref name="condition" />.</returns>
1500
-
<remarks>To be added.</remarks>
1500
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1501
1501
<exception cref="T:System.NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector512.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1228,7 +1228,7 @@
1228
1228
<param name="right">The vector that is selected when the corresponding bit in <paramref name="condition" /> is zero.</param>
1229
1229
<summary>Conditionally selects a value from two vectors on a bitwise basis.</summary>
1230
1230
<returns>A vector whose bits come from <paramref name="left" /> or <paramref name="right" /> based on the value of <paramref name="condition" />.</returns>
1231
-
<remarks>To be added.</remarks>
1231
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1232
1232
<exception cref="T:System.NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector64.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1391,7 +1391,7 @@
1391
1391
<param name="right">The vector that is selected when the corresponding bit in <paramref name="condition" /> is zero.</param>
1392
1392
<summary>Conditionally selects a value from two vectors on a bitwise basis.</summary>
1393
1393
<returns>A vector whose bits come from <paramref name="left" /> or <paramref name="right" /> based on the value of <paramref name="condition" />.</returns>
1394
-
<remarks>To be added.</remarks>
1394
+
<remarks>The returned vector is equivalent to <paramref name="condition" /> <c>?</c> <paramref name="left" /> <c>:</c> <paramref name="right" /> on a per-bit basis.</remarks>
1395
1395
<exception cref="T:System.NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
0 commit comments