|
1947 | 1947 | <param name="value">The vector to restrict.</param> |
1948 | 1948 | <param name="min">The minimum value.</param> |
1949 | 1949 | <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> |
1951 | 1951 | <returns>The restricted vector.</returns> |
1952 | 1952 | <remarks>To be added.</remarks> |
1953 | 1953 | <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 |
6126 | 6126 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.E" />.</summary> |
6127 | 6127 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.E" />.</returns> |
6128 | 6128 | <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> |
6130 | 6130 | </Docs> |
6131 | 6131 | </Member> |
6132 | 6132 | <Member MemberName="get_Epsilon<T>"> |
@@ -6163,7 +6163,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6163 | 6163 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</summary> |
6164 | 6164 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</returns> |
6165 | 6165 | <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> |
6167 | 6167 | </Docs> |
6168 | 6168 | </Member> |
6169 | 6169 | <Member MemberName="get_NaN<T>"> |
@@ -6200,7 +6200,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6200 | 6200 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</summary> |
6201 | 6201 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</returns> |
6202 | 6202 | <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> |
6204 | 6204 | </Docs> |
6205 | 6205 | </Member> |
6206 | 6206 | <Member MemberName="get_NegativeInfinity<T>"> |
@@ -6237,7 +6237,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6237 | 6237 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</summary> |
6238 | 6238 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</returns> |
6239 | 6239 | <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> |
6241 | 6241 | </Docs> |
6242 | 6242 | </Member> |
6243 | 6243 | <Member MemberName="get_NegativeOne<T>"> |
@@ -6274,7 +6274,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6274 | 6274 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</summary> |
6275 | 6275 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</returns> |
6276 | 6276 | <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> |
6278 | 6278 | </Docs> |
6279 | 6279 | </Member> |
6280 | 6280 | <Member MemberName="get_NegativeZero<T>"> |
@@ -6311,7 +6311,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6311 | 6311 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</summary> |
6312 | 6312 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</returns> |
6313 | 6313 | <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> |
6315 | 6315 | </Docs> |
6316 | 6316 | </Member> |
6317 | 6317 | <Member MemberName="get_Pi<T>"> |
@@ -6348,7 +6348,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6348 | 6348 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Pi" />.</summary> |
6349 | 6349 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Pi" />.</returns> |
6350 | 6350 | <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> |
6352 | 6352 | </Docs> |
6353 | 6353 | </Member> |
6354 | 6354 | <Member MemberName="get_PositiveInfinity<T>"> |
@@ -6385,7 +6385,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6385 | 6385 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</summary> |
6386 | 6386 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</returns> |
6387 | 6387 | <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> |
6389 | 6389 | </Docs> |
6390 | 6390 | </Member> |
6391 | 6391 | <Member MemberName="get_Tau<T>"> |
@@ -6422,7 +6422,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 |
6422 | 6422 | <summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Tau" />.</summary> |
6423 | 6423 | <returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Tau" />.</returns> |
6424 | 6424 | <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> |
6426 | 6426 | </Docs> |
6427 | 6427 | </Member> |
6428 | 6428 | <Member MemberName="GetElement<T>"> |
|
0 commit comments