Skip to content

Commit 0115ada

Browse files
committed
Add missing return values for VectorX.Create(ROS<float> values)
1 parent f1c3d27 commit 0115ada

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Numerics/Vector2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
<Docs>
664664
<param name="values">The span of elements to assign to the vector.</param>
665665
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 2 elements.</summary>
666-
<returns>To be added.</returns>
666+
<returns>A new <see cref="T:System.Numerics.Vector2" /> whose elements have the specified values.</returns>
667667
<remarks>To be added.</remarks>
668668
</Docs>
669669
</Member>

xml/System.Numerics/Vector3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
<Docs>
710710
<param name="values">The span of elements to assign to the vector.</param>
711711
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 3 elements.</summary>
712-
<returns>To be added.</returns>
712+
<returns>A new <see cref="T:System.Numerics.Vector3" /> whose elements have the specified values.</returns>
713713
<remarks>To be added.</remarks>
714714
</Docs>
715715
</Member>

xml/System.Numerics/Vector4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
<Docs>
758758
<param name="values">The span of elements to assign to the vector.</param>
759759
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 4 elements.</summary>
760-
<returns>To be added.</returns>
760+
<returns>A new <see cref="T:System.Numerics.Vector4" /> whose elements have the specified values.</returns>
761761
<remarks>To be added.</remarks>
762762
</Docs>
763763
</Member>

0 commit comments

Comments
 (0)