|
1533 | 1533 | </Parameter>
|
1534 | 1534 | </Parameters>
|
1535 | 1535 | <Docs>
|
1536 |
| - <typeparam name="T">To be added.</typeparam> |
1537 |
| - <param name="value">To be added.</param> |
1538 |
| - <param name="min">To be added.</param> |
1539 |
| - <param name="max">To be added.</param> |
1540 |
| - <summary>To be added.</summary> |
1541 |
| - <returns>To be added.</returns> |
| 1536 | + <typeparam name="T">The type of the elements in the vector.</typeparam> |
| 1537 | + <param name="value">The vector to restrict.</param> |
| 1538 | + <param name="min">The minimum value.</param> |
| 1539 | + <param name="max">The maximum value.</param> |
| 1540 | + <summary>Restricts a vector between a minimum and a maximum value.</summary> |
| 1541 | + <returns>The restricted vector.</returns> |
1542 | 1542 | <remarks>To be added.</remarks>
|
1543 |
| - <inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.Clamp``1(System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0})" /> |
| 1543 | + <exception cref="T:System.NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> |
1544 | 1544 | </Docs>
|
1545 | 1545 | </Member>
|
1546 | 1546 | <Member MemberName="ClampNative<T>">
|
@@ -8117,7 +8117,7 @@ This method may bypass the cache on certain platforms.
|
8117 | 8117 | <param name="right">The vector to compare with <paramref name="left" />.</param>
|
8118 | 8118 | <summary>Computes the maximum of two vectors on a per-element basis.</summary>
|
8119 | 8119 | <returns>A vector whose elements are the maximum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
|
8120 |
| - <remarks>To be added.</remarks> |
| 8120 | + <remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>maximum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks> |
8121 | 8121 | <exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
|
8122 | 8122 | <inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.Max``1(System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0})" />
|
8123 | 8123 | </Docs>
|
@@ -8390,7 +8390,7 @@ This method may bypass the cache on certain platforms.
|
8390 | 8390 | <param name="right">The vector to compare with <paramref name="left" />.</param>
|
8391 | 8391 | <summary>Computes the minimum of two vectors on a per-element basis.</summary>
|
8392 | 8392 | <returns>A vector whose elements are the minimum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
|
8393 |
| - <remarks>To be added.</remarks> |
| 8393 | + <remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>minimum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks> |
8394 | 8394 | <exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
|
8395 | 8395 | <inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.Min``1(System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0})" />
|
8396 | 8396 | </Docs>
|
|
0 commit comments