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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2280,7 +2280,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
2280
2280
</Parameters>
2281
2281
<Docs>
2282
2282
<param name="value">The vector to convert.</param>
2283
-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.Int64}" /> using platform specific behavior on overflow.</summary>
2283
+
<summary>Converts a <see langword="System.Numerics.Vector<System.Double>" /> to a <see langword="System.Numerics.Vector<System.Int64>" /> using platform specific behavior on overflow.</summary>
2284
2284
<returns>The converted vector.</returns>
2285
2285
<remarks>To be added.</remarks>
2286
2286
</Docs>
@@ -2440,7 +2440,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
2440
2440
</Parameters>
2441
2441
<Docs>
2442
2442
<param name="value">The vector to convert.</param>
2443
-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Single}" /> to a <see cref="T:System.Numerics.Vector{System.UInt32}" /> using platform specific behavior on overflow.</summary>
2443
+
<summary>Converts a <see langword="System.Numerics.Vector<System.Single>" /> to a <see langword="System.Numerics.Vector<System.UInt32>" /> using platform specific behavior on overflow.</summary>
2444
2444
<returns>The converted vector.</returns>
2445
2445
<remarks>To be added.</remarks>
2446
2446
</Docs>
@@ -2518,7 +2518,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
2518
2518
</Parameters>
2519
2519
<Docs>
2520
2520
<param name="value">The vector to convert.</param>
2521
-
<summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.UInt64}" /> using platform specific behavior on overflow.</summary>
2521
+
<summary>Converts a <see langword="System.Numerics.Vector<System.Double>" /> to a <see langword="System.Numerics.Vector<System.UInt64>" /> using platform specific behavior on overflow.</summary>
0 commit comments