Skip to content

Commit 77c0955

Browse files
committed
add docs for Clamp
1 parent 332dd7e commit 77c0955

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,14 +1872,14 @@
18721872
</Parameter>
18731873
</Parameters>
18741874
<Docs>
1875-
<typeparam name="T">To be added.</typeparam>
1875+
<typeparam name="T">The type of the elements in the vector.</typeparam>
18761876
<param name="value">The vector to restrict.</param>
18771877
<param name="min">The minimum value.</param>
18781878
<param name="max">The maximum value.</param>
18791879
<summary>Restricts a vector between a minimum and a maximum value.</summary>
18801880
<returns>The restricted vector.</returns>
18811881
<remarks>To be added.</remarks>
1882-
<exception cref="T:System.NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
1882+
<exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
18831883
</Docs>
18841884
</Member>
18851885
<Member MemberName="ClampNative&lt;T&gt;">

xml/System.Runtime.Intrinsics/Vector256.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,14 +1533,14 @@
15331533
</Parameter>
15341534
</Parameters>
15351535
<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>
15421542
<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="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
15441544
</Docs>
15451545
</Member>
15461546
<Member MemberName="ClampNative&lt;T&gt;">

xml/System.Runtime.Intrinsics/Vector512.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,14 +1336,14 @@
13361336
</Parameter>
13371337
</Parameters>
13381338
<Docs>
1339-
<typeparam name="T">To be added.</typeparam>
1340-
<param name="value">To be added.</param>
1341-
<param name="min">To be added.</param>
1342-
<param name="max">To be added.</param>
1343-
<summary>To be added.</summary>
1344-
<returns>To be added.</returns>
1339+
<typeparam name="T">The type of the elements in the vector.</typeparam>
1340+
<param name="value">The vector to restrict.</param>
1341+
<param name="min">The minimum value.</param>
1342+
<param name="max">The maximum value.</param>
1343+
<summary>Restricts a vector between a minimum and a maximum value.</summary>
1344+
<returns>The restricted vector.</returns>
13451345
<remarks>To be added.</remarks>
1346-
<inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.Clamp``1(System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0})" />
1346+
<exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
13471347
</Docs>
13481348
</Member>
13491349
<Member MemberName="ClampNative&lt;T&gt;">

xml/System.Runtime.Intrinsics/Vector64.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,14 +1425,14 @@
14251425
</Parameter>
14261426
</Parameters>
14271427
<Docs>
1428-
<typeparam name="T">To be added.</typeparam>
1429-
<param name="value">To be added.</param>
1430-
<param name="min">To be added.</param>
1431-
<param name="max">To be added.</param>
1432-
<summary>To be added.</summary>
1433-
<returns>To be added.</returns>
1428+
<typeparam name="T">The type of the elements in the vector.</typeparam>
1429+
<param name="value">The vector to restrict.</param>
1430+
<param name="min">The minimum value.</param>
1431+
<param name="max">The maximum value.</param>
1432+
<summary>Restricts a vector between a minimum and a maximum value.</summary>
1433+
<returns>The restricted vector.</returns>
14341434
<remarks>To be added.</remarks>
1435-
<inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.Clamp``1(System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0},System.Runtime.Intrinsics.Vector128{``0})" />
1435+
<exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
14361436
</Docs>
14371437
</Member>
14381438
<Member MemberName="ClampNative&lt;T&gt;">

0 commit comments

Comments
 (0)