|
922 | 922 | </Parameters>
|
923 | 923 | <Docs>
|
924 | 924 | <param name="value">The source vector.</param>
|
925 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Int64}" /> to a <see cref="T:System.Numerics.Vector{System.Double}" />.</summary> |
| 925 | + <summary>Converts a <c>Vector<Int64></c> to a <c>Vector<Double></c>.</summary> |
926 | 926 | <returns>The converted vector.</returns>
|
927 | 927 | <remarks>To be added.</remarks>
|
928 | 928 | </Docs>
|
|
958 | 958 | </Parameters>
|
959 | 959 | <Docs>
|
960 | 960 | <param name="value">The source vector.</param>
|
961 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.UInt64}" /> to a <see cref="T:System.Numerics.Vector{System.Double}" />.</summary> |
| 961 | + <summary>Converts a <c>Vector<UInt64></c> to a <c>Vector<Double></c>.</summary> |
962 | 962 | <returns>The converted vector.</returns>
|
963 | 963 | <remarks>To be added.</remarks>
|
964 | 964 | </Docs>
|
|
989 | 989 | </Parameters>
|
990 | 990 | <Docs>
|
991 | 991 | <param name="value">The source vector.</param>
|
992 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Single}" /> to a <see cref="T:System.Numerics.Vector{System.Int32}" />.</summary> |
| 992 | + <summary>Converts a <c>Vector<Single></c> to a <c>Vector<Int32></c>.</summary> |
993 | 993 | <returns>The converted vector.</returns>
|
994 | 994 | <remarks>To be added.</remarks>
|
995 | 995 | </Docs>
|
|
1020 | 1020 | </Parameters>
|
1021 | 1021 | <Docs>
|
1022 | 1022 | <param name="value">The source vector.</param>
|
1023 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.Int64}" />.</summary> |
| 1023 | + <summary>Converts a <c>Vector<Double></c> to a <c>Vector<Int64></c>.</summary> |
1024 | 1024 | <returns>The converted vector.</returns>
|
1025 | 1025 | <remarks>To be added.</remarks>
|
1026 | 1026 | </Docs>
|
|
1051 | 1051 | </Parameters>
|
1052 | 1052 | <Docs>
|
1053 | 1053 | <param name="value">The source vector.</param>
|
1054 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Int32}" /> to a <see cref="T:System.Numerics.Vector{System.Single}" />.</summary> |
| 1054 | + <summary>Converts a <c>Vector<Int32></c> to a <c>Vector<Single></c>.</summary> |
1055 | 1055 | <returns>The converted vector.</returns>
|
1056 | 1056 | <remarks>To be added.</remarks>
|
1057 | 1057 | </Docs>
|
|
1087 | 1087 | </Parameters>
|
1088 | 1088 | <Docs>
|
1089 | 1089 | <param name="value">The source vector.</param>
|
1090 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.UInt32}" /> to a <see cref="T:System.Numerics.Vector{System.Single}" />.</summary> |
| 1090 | + <summary>Converts a <c>Vector<UInt32></c> to a <c>Vector<Single></c>.</summary> |
1091 | 1091 | <returns>The converted vector.</returns>
|
1092 | 1092 | <remarks>To be added.</remarks>
|
1093 | 1093 | </Docs>
|
|
1123 | 1123 | </Parameters>
|
1124 | 1124 | <Docs>
|
1125 | 1125 | <param name="value">The source vector.</param>
|
1126 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Single}" /> to a <see cref="T:System.Numerics.Vector{System.UInt32}" />.</summary> |
| 1126 | + <summary>Converts a <c>Vector<Single></c> to a <c>Vector<UInt32></c>.</summary> |
1127 | 1127 | <returns>The converted vector.</returns>
|
1128 | 1128 | <remarks>To be added.</remarks>
|
1129 | 1129 | </Docs>
|
|
1159 | 1159 | </Parameters>
|
1160 | 1160 | <Docs>
|
1161 | 1161 | <param name="value">The source vector.</param>
|
1162 |
| - <summary>Converts a <see cref="T:System.Numerics.Vector{System.Double}" /> to a <see cref="T:System.Numerics.Vector{System.UInt64}" />.</summary> |
| 1162 | + <summary>Converts a <c>Vector<Double></c> to a <c>Vector<UInt64></c>.</summary> |
1163 | 1163 | <returns>The converted vector.</returns>
|
1164 | 1164 | <remarks>To be added.</remarks>
|
1165 | 1165 | </Docs>
|
|
3101 | 3101 | <Docs>
|
3102 | 3102 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3103 | 3103 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3104 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.Double}" /> instances into one <see cref="T:System.Numerics.Vector{System.Single}" />.</summary> |
3105 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.Single}" /> containing elements narrowed from the source vectors.</returns> |
| 3104 | + <summary>Narrows two <c>Vector<Double></c> instances into one <c>Vector<Single></c>.</summary> |
| 3105 | + <returns>A <c>Vector<Single></c> containing elements narrowed from the source vectors.</returns> |
3106 | 3106 | <remarks>To be added.</remarks>
|
3107 | 3107 | </Docs>
|
3108 | 3108 | </Member>
|
|
3139 | 3139 | <Docs>
|
3140 | 3140 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3141 | 3141 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3142 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.Int16}" /> instances into one <see cref="T:System.Numerics.Vector{System.SByte}" />.</summary> |
3143 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.SByte}" /> containing elements narrowed from the source vectors.</returns> |
| 3142 | + <summary>Narrows two <c>Vector<Int16></c> instances into one <c>Vector<SByte></c>.</summary> |
| 3143 | + <returns>A <c>Vector<SByte></c> containing elements narrowed from the source vectors.</returns> |
3144 | 3144 | <remarks>To be added.</remarks>
|
3145 | 3145 | </Docs>
|
3146 | 3146 | </Member>
|
|
3172 | 3172 | <Docs>
|
3173 | 3173 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3174 | 3174 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3175 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.Int32}" /> instances into one <see cref="T:System.Numerics.Vector{System.Int16}" />.</summary> |
3176 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.Int16}" /> containing elements narrowed from the source vectors.</returns> |
| 3175 | + <summary>Narrows two <c>Vector<Int32></c> instances into one <c>Vector<Int16></c>.</summary> |
| 3176 | + <returns>A <c>Vector<Int16></c> containing elements narrowed from the source vectors.</returns> |
3177 | 3177 | <remarks>To be added.</remarks>
|
3178 | 3178 | </Docs>
|
3179 | 3179 | </Member>
|
|
3205 | 3205 | <Docs>
|
3206 | 3206 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3207 | 3207 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3208 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.Int64}" /> instances into one <see cref="T:System.Numerics.Vector{System.Int32}" />.</summary> |
3209 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.Int32}" /> containing elements narrowed from the source vectors.</returns> |
| 3208 | + <summary>Narrows two <c>Vector<Int64></c> instances into one <c>Vector<Int32></c>.</summary> |
| 3209 | + <returns>A <c>Vector<Int32></c> containing elements narrowed from the source vectors.</returns> |
3210 | 3210 | <remarks>To be added.</remarks>
|
3211 | 3211 | </Docs>
|
3212 | 3212 | </Member>
|
|
3243 | 3243 | <Docs>
|
3244 | 3244 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3245 | 3245 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3246 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.UInt16}" /> instances into one <see cref="T:System.Numerics.Vector{System.Byte}" />.</summary> |
3247 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.Byte}" /> containing elements narrowed from the source vectors.</returns> |
| 3246 | + <summary>Narrows two <c>Vector<UInt16></c> instances into one <c>Vector<Byte></c>.</summary> |
| 3247 | + <returns>A <c>Vector<Byte></c> containing elements narrowed from the source vectors.</returns> |
3248 | 3248 | <remarks>To be added.</remarks>
|
3249 | 3249 | </Docs>
|
3250 | 3250 | </Member>
|
|
3281 | 3281 | <Docs>
|
3282 | 3282 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3283 | 3283 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3284 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.UInt32}" /> instances into one <see cref="T:System.Numerics.Vector{System.UInt16}" />.</summary> |
3285 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.UInt16}" /> containing elements narrowed from the source vectors.</returns> |
| 3284 | + <summary>Narrows two <c>Vector<UInt32></c> instances into one <c>Vector<UInt16></c>.</summary> |
| 3285 | + <returns>A <c>Vector<UInt16></c> containing elements narrowed from the source vectors.</returns> |
3286 | 3286 | <remarks>To be added.</remarks>
|
3287 | 3287 | </Docs>
|
3288 | 3288 | </Member>
|
|
3319 | 3319 | <Docs>
|
3320 | 3320 | <param name="source1">The first source vector, whose elements become the lower-index elements of the return value.</param>
|
3321 | 3321 | <param name="source2">The second source vector, whose elements become the higher-index elements of the return value.</param>
|
3322 |
| - <summary>Narrows two <see cref="T:System.Numerics.Vector{System.UInt64}" /> instances into one <see cref="T:System.Numerics.Vector{System.UInt32}" />.</summary> |
3323 |
| - <returns>A <see cref="T:System.Numerics.Vector{System.UInt32}" /> containing elements narrowed from the source vectors.</returns> |
| 3322 | + <summary>Narrows two <c>Vector<UInt64></c> instances into one <c>Vector<UInt32></c>.</summary> |
| 3323 | + <returns>A <c>Vector<UInt32></c> containing elements narrowed from the source vectors.</returns> |
3324 | 3324 | <remarks>To be added.</remarks>
|
3325 | 3325 | </Docs>
|
3326 | 3326 | </Member>
|
|
3549 | 3549 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3550 | 3550 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3551 | 3551 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3552 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.Byte}" /> into two <see cref="T:System.Numerics.Vector{System.UInt16}" /> instances.</summary> |
| 3552 | + <summary>Widens a <c>Vector<Byte></c> into two <c>Vector<UInt16></c> instances.</summary> |
3553 | 3553 | <remarks>To be added.</remarks>
|
3554 | 3554 | </Docs>
|
3555 | 3555 | </Member>
|
|
3583 | 3583 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3584 | 3584 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3585 | 3585 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3586 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.Int16}" /> into two <see cref="T:System.Numerics.Vector{System.Int32}" /> instances.</summary> |
| 3586 | + <summary>Widens a <c>Vector<Int16></c> into two <c>Vector<Int32></c> instances.</summary> |
3587 | 3587 | <remarks>To be added.</remarks>
|
3588 | 3588 | </Docs>
|
3589 | 3589 | </Member>
|
|
3617 | 3617 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3618 | 3618 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3619 | 3619 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3620 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.Int32}" /> into two <see cref="T:System.Numerics.Vector{System.Int64}" /> instances.</summary> |
| 3620 | + <summary>Widens a <c>Vector<Int32></c> into two <c>Vector<Int64></c> instances.</summary> |
3621 | 3621 | <remarks>To be added.</remarks>
|
3622 | 3622 | </Docs>
|
3623 | 3623 | </Member>
|
|
3656 | 3656 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3657 | 3657 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3658 | 3658 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3659 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.SByte}" /> into two <see cref="T:System.Numerics.Vector{System.Int16}" /> instances.</summary> |
| 3659 | + <summary>Widens a <c>Vector<SByte></c> into two <c>Vector<Int16></c> instances.</summary> |
3660 | 3660 | <remarks>To be added.</remarks>
|
3661 | 3661 | </Docs>
|
3662 | 3662 | </Member>
|
|
3690 | 3690 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3691 | 3691 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3692 | 3692 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3693 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.Single}" /> into two <see cref="T:System.Numerics.Vector{System.Double}" /> instances.</summary> |
| 3693 | + <summary>Widens a <c>Vector<Single></c> into two <c>Vector<Double></c> instances.</summary> |
3694 | 3694 | <remarks>To be added.</remarks>
|
3695 | 3695 | </Docs>
|
3696 | 3696 | </Member>
|
|
3729 | 3729 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3730 | 3730 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3731 | 3731 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3732 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.UInt16}" /> into two <see cref="T:System.Numerics.Vector{System.UInt32}" /> instances.</summary> |
| 3732 | + <summary>Widens a <c>Vector<UInt16></c> into two <c>Vector<UInt32></c> instances.</summary> |
3733 | 3733 | <remarks>To be added.</remarks>
|
3734 | 3734 | </Docs>
|
3735 | 3735 | </Member>
|
|
3768 | 3768 | <param name="source">The source vector whose elements are widened into the outputs.</param>
|
3769 | 3769 | <param name="dest1">The first output vector, whose elements will contain the widened elements from lower indices in the source vector.</param>
|
3770 | 3770 | <param name="dest2">The second output vector, whose elements will contain the widened elements from higher indices in the source vector.</param>
|
3771 |
| - <summary>Widens a <see cref="T:System.Numerics.Vector{System.UInt32}" /> into two <see cref="T:System.Numerics.Vector{System.UInt64}" /> instances.</summary> |
| 3771 | + <summary>Widens a <c>Vector<UInt32></c> into two <c>Vector<UInt64></c> instances.</summary> |
3772 | 3772 | <remarks>To be added.</remarks>
|
3773 | 3773 | </Docs>
|
3774 | 3774 | </Member>
|
|
0 commit comments