Skip to content

Commit c7cbfcd

Browse files
committed
Address review feedback
1 parent 9d31471 commit c7cbfcd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@
19471947
<param name="value">The vector to restrict.</param>
19481948
<param name="min">The minimum value.</param>
19491949
<param name="max">The maximum value.</param>
1950-
<summary>Restricts a vector between a minimum and a maximum value using platform specific behavior for <c>NaN</c> and <c>NegativeZero</c>..</summary>
1950+
<summary>Restricts a vector between a minimum and a maximum value using platform specific behavior for <c>NaN</c> and <c>NegativeZero</c>.</summary>
19511951
<returns>The restricted vector.</returns>
19521952
<remarks>To be added.</remarks>
19531953
<exception cref="T:System.NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
@@ -6126,7 +6126,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
61266126
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.E" />.</summary>
61276127
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.E" />.</returns>
61286128
<remarks>To be added.</remarks>
6129-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6129+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
61306130
</Docs>
61316131
</Member>
61326132
<Member MemberName="get_Epsilon&lt;T&gt;">
@@ -6163,7 +6163,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
61636163
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</summary>
61646164
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</returns>
61656165
<remarks>To be added.</remarks>
6166-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6166+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
61676167
</Docs>
61686168
</Member>
61696169
<Member MemberName="get_NaN&lt;T&gt;">
@@ -6200,7 +6200,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
62006200
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</summary>
62016201
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</returns>
62026202
<remarks>To be added.</remarks>
6203-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6203+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62046204
</Docs>
62056205
</Member>
62066206
<Member MemberName="get_NegativeInfinity&lt;T&gt;">
@@ -6237,7 +6237,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
62376237
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</summary>
62386238
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</returns>
62396239
<remarks>To be added.</remarks>
6240-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6240+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62416241
</Docs>
62426242
</Member>
62436243
<Member MemberName="get_NegativeOne&lt;T&gt;">
@@ -6274,7 +6274,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
62746274
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</summary>
62756275
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</returns>
62766276
<remarks>To be added.</remarks>
6277-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6277+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62786278
</Docs>
62796279
</Member>
62806280
<Member MemberName="get_NegativeZero&lt;T&gt;">
@@ -6311,7 +6311,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
63116311
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</summary>
63126312
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</returns>
63136313
<remarks>To be added.</remarks>
6314-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6314+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
63156315
</Docs>
63166316
</Member>
63176317
<Member MemberName="get_Pi&lt;T&gt;">
@@ -6348,7 +6348,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
63486348
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Pi" />.</summary>
63496349
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Pi" />.</returns>
63506350
<remarks>To be added.</remarks>
6351-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6351+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
63526352
</Docs>
63536353
</Member>
63546354
<Member MemberName="get_PositiveInfinity&lt;T&gt;">
@@ -6385,7 +6385,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
63856385
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</summary>
63866386
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</returns>
63876387
<remarks>To be added.</remarks>
6388-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6388+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
63896389
</Docs>
63906390
</Member>
63916391
<Member MemberName="get_Tau&lt;T&gt;">
@@ -6422,7 +6422,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
64226422
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Tau" />.</summary>
64236423
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Tau" />.</returns>
64246424
<remarks>To be added.</remarks>
6425-
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
6425+
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
64266426
</Docs>
64276427
</Member>
64286428
<Member MemberName="GetElement&lt;T&gt;">

0 commit comments

Comments
 (0)