diff --git a/xml/System.Numerics/Vector.xml b/xml/System.Numerics/Vector.xml index 1ccaf238e73..d008e23f3d9 100644 --- a/xml/System.Numerics/Vector.xml +++ b/xml/System.Numerics/Vector.xml @@ -1870,7 +1870,7 @@ Note that this method returns a instead of an integral type The second source vector. Creates a new single-precision vector with elements selected between two specified single-precision source vectors based on an integral mask vector. The new vector with elements selected based on the mask. - To be added. + The returned vector is equivalent to ? : on a per-bit basis. @@ -1915,7 +1915,7 @@ Note that this method returns a instead of an integral type The second source vector. Creates a new double-precision vector with elements selected between two specified double-precision source vectors based on an integral mask vector. The new vector with elements selected based on the mask. - To be added. + The returned vector is equivalent to ? : on a per-bit basis. @@ -1996,7 +1996,7 @@ Note that this method returns a instead of an integral type The second source vector. 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. The new vector with elements selected based on the mask. - To be added. + The returned vector is equivalent to ? : on a per-bit basis. diff --git a/xml/System.Runtime.Intrinsics/Vector128.xml b/xml/System.Runtime.Intrinsics/Vector128.xml index bd2b50a319a..8591029cb4c 100644 --- a/xml/System.Runtime.Intrinsics/Vector128.xml +++ b/xml/System.Runtime.Intrinsics/Vector128.xml @@ -1728,7 +1728,7 @@ The vector that is selected when the corresponding bit in is zero. Conditionally selects a value from two vectors on a bitwise basis. A vector whose bits come from or based on the value of . - To be added. + The returned vector is equivalent to ? : on a per-bit basis. The type of , , and () is not supported. diff --git a/xml/System.Runtime.Intrinsics/Vector256.xml b/xml/System.Runtime.Intrinsics/Vector256.xml index 83642be9ed6..d6d92737cde 100644 --- a/xml/System.Runtime.Intrinsics/Vector256.xml +++ b/xml/System.Runtime.Intrinsics/Vector256.xml @@ -1497,7 +1497,7 @@ The vector that is selected when the corresponding bit in is zero. Conditionally selects a value from two vectors on a bitwise basis. A vector whose bits come from or based on the value of . - To be added. + The returned vector is equivalent to ? : on a per-bit basis. The type of , , and () is not supported. diff --git a/xml/System.Runtime.Intrinsics/Vector512.xml b/xml/System.Runtime.Intrinsics/Vector512.xml index 5b83ec2b5dd..6aea84f0184 100644 --- a/xml/System.Runtime.Intrinsics/Vector512.xml +++ b/xml/System.Runtime.Intrinsics/Vector512.xml @@ -1228,7 +1228,7 @@ The vector that is selected when the corresponding bit in is zero. Conditionally selects a value from two vectors on a bitwise basis. A vector whose bits come from or based on the value of . - To be added. + The returned vector is equivalent to ? : on a per-bit basis. The type of , , and () is not supported. diff --git a/xml/System.Runtime.Intrinsics/Vector64.xml b/xml/System.Runtime.Intrinsics/Vector64.xml index a1f9f621f20..5907c2942a1 100644 --- a/xml/System.Runtime.Intrinsics/Vector64.xml +++ b/xml/System.Runtime.Intrinsics/Vector64.xml @@ -1391,7 +1391,7 @@ The vector that is selected when the corresponding bit in is zero. Conditionally selects a value from two vectors on a bitwise basis. A vector whose bits come from or based on the value of . - To be added. + The returned vector is equivalent to ? : on a per-bit basis. The type of , , and () is not supported.