You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Numerics/Vector.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,9 +238,9 @@
238
238
<typeparamname="TFrom">The type of the input vector.</typeparam>
239
239
<typeparamname="TTo">The type of the vector <paramrefname="vector" /> should be reinterpreted as.</typeparam>
240
240
<paramname="vector">The vector to reinterpret.</param>
241
-
<summary>Reinterprets a <seecref="T:System.Runtime.Intrinsics.Vector64`1" /> as a new <seecref="T:System.Runtime.Intrinsics.Vector64`1" />.</summary>
241
+
<summary>Reinterprets a <seecref="T:System.Numerics.Vector`1" /> as a new <seecref="T:System.Numerics.Vector`1" />.</summary>
242
242
<returns>
243
-
<paramrefname="vector" /> reinterpreted as a new <seecref="T:System.Runtime.Intrinsics.Vector64`1" />.</returns>
243
+
<paramrefname="vector" /> reinterpreted as a new <seecref="T:System.Numerics.Vector`1" />.</returns>
244
244
<remarks>To be added.</remarks>
245
245
<exceptioncref="T:System.NotSupportedException">The type of <paramrefname="vector" /> (<typeparamrefname="TFrom" />) or the type of the target (<typeparamrefname="TTo" />) is not supported.</exception>
0 commit comments