From 0115ada480b1acf91a7f2b5f85919fe58b5dcb99 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Mon, 7 Oct 2024 22:42:13 -0700 Subject: [PATCH] Add missing return values for VectorX.Create(ROS values) --- xml/System.Numerics/Vector2.xml | 2 +- xml/System.Numerics/Vector3.xml | 2 +- xml/System.Numerics/Vector4.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Numerics/Vector2.xml b/xml/System.Numerics/Vector2.xml index abd8ecc3f25..c96fcc89494 100644 --- a/xml/System.Numerics/Vector2.xml +++ b/xml/System.Numerics/Vector2.xml @@ -663,7 +663,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 2 elements. - To be added. + A new whose elements have the specified values. To be added. diff --git a/xml/System.Numerics/Vector3.xml b/xml/System.Numerics/Vector3.xml index 771619c4b77..3bd12032637 100644 --- a/xml/System.Numerics/Vector3.xml +++ b/xml/System.Numerics/Vector3.xml @@ -709,7 +709,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 3 elements. - To be added. + A new whose elements have the specified values. To be added. diff --git a/xml/System.Numerics/Vector4.xml b/xml/System.Numerics/Vector4.xml index 612188b7d88..1a25bfd7ad1 100644 --- a/xml/System.Numerics/Vector4.xml +++ b/xml/System.Numerics/Vector4.xml @@ -757,7 +757,7 @@ The span of elements to assign to the vector. Constructs a vector from the given . The span must contain at least 4 elements. - To be added. + A new whose elements have the specified values. To be added.