Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cffca83

Browse filesBrowse files
committed
vector fixes
1 parent e9eb2ae commit cffca83
Copy full SHA for cffca83

File tree

Expand file treeCollapse file tree

2 files changed

+32
-32
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+32
-32
lines changed

‎xml/System.Numerics/Vector2.xml

Copy file name to clipboardExpand all lines: xml/System.Numerics/Vector2.xml
+20-20Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -888,10 +888,10 @@
888888
<paramref name="array" /> is <see langword="null" />.</exception>
889889
<exception cref="T:System.ArgumentException">The number of elements in the current instance is greater than in the array.</exception>
890890
<exception cref="T:System.ArgumentOutOfRangeException">
891-
<paramref name="index" /> is less than zero.
892-
893-
-or-
894-
891+
<paramref name="index" /> is less than zero.
892+
893+
-or-
894+
895895
<paramref name="index" /> is greater than or equal to the array length.</exception>
896896
<exception cref="T:System.RankException">
897897
<paramref name="array" /> is multidimensional.</exception>
@@ -1501,8 +1501,8 @@
15011501
<ReturnType>System.Numerics.Vector2</ReturnType>
15021502
</ReturnValue>
15031503
<Docs>
1504-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.E" />.</summary>
1505-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.E"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.E)</code>).</value>
1504+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.E" />.</summary>
1505+
<value>A vector whose elements are equal to <see cref="P:System.Single.E" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.E)</code>).</value>
15061506
<remarks>To be added.</remarks>
15071507
</Docs>
15081508
</Member>
@@ -1529,8 +1529,8 @@
15291529
<ReturnType>System.Numerics.Vector2</ReturnType>
15301530
</ReturnValue>
15311531
<Docs>
1532-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Epsilon" />.</summary>
1533-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Epsilon"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Epsilon)</code>).</value>
1532+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.Epsilon" />.</summary>
1533+
<value>A vector whose elements are equal to <see cref="P:System.Single.Epsilon" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Epsilon)</code>).</value>
15341534
<remarks>To be added.</remarks>
15351535
</Docs>
15361536
</Member>
@@ -3968,8 +3968,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
39683968
<ReturnType>System.Numerics.Vector2</ReturnType>
39693969
</ReturnValue>
39703970
<Docs>
3971-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NaN" />.</summary>
3972-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NaN"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NaN)</code>).</value>
3971+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.NaN" />.</summary>
3972+
<value>A vector whose elements are equal to <see cref="P:System.Single.NaN" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NaN)</code>).</value>
39733973
<remarks>To be added.</remarks>
39743974
</Docs>
39753975
</Member>
@@ -4043,8 +4043,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
40434043
<ReturnType>System.Numerics.Vector2</ReturnType>
40444044
</ReturnValue>
40454045
<Docs>
4046-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeInfinity" />.</summary>
4047-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeInfinity"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeInfinity)</code>).</value>
4046+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.NegativeInfinity" />.</summary>
4047+
<value>A vector whose elements are equal to <see cref="P:System.Single.NegativeInfinity" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeInfinity)</code>).</value>
40484048
<remarks>To be added.</remarks>
40494049
</Docs>
40504050
</Member>
@@ -4071,8 +4071,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
40714071
<ReturnType>System.Numerics.Vector2</ReturnType>
40724072
</ReturnValue>
40734073
<Docs>
4074-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeZero" />.</summary>
4075-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeZero"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeZero)</code>).</value>
4074+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.NegativeZero" />.</summary>
4075+
<value>A vector whose elements are equal to <see cref="P:System.Single.NegativeZero" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeZero)</code>).</value>
40764076
<remarks>To be added.</remarks>
40774077
</Docs>
40784078
</Member>
@@ -5120,8 +5120,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
51205120
<ReturnType>System.Numerics.Vector2</ReturnType>
51215121
</ReturnValue>
51225122
<Docs>
5123-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Pi" />.</summary>
5124-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Pi"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Pi)</code>).</value>
5123+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.Pi" />.</summary>
5124+
<value>A vector whose elements are equal to <see cref="P:System.Single.Pi" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Pi)</code>).</value>
51255125
<remarks>To be added.</remarks>
51265126
</Docs>
51275127
</Member>
@@ -5148,8 +5148,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
51485148
<ReturnType>System.Numerics.Vector2</ReturnType>
51495149
</ReturnValue>
51505150
<Docs>
5151-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.PositiveInfinity" />.</summary>
5152-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.PositiveInfinity"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.PositiveInfinity)</code>).</value>
5151+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.PositiveInfinity" />.</summary>
5152+
<value>A vector whose elements are equal to <see cref="P:System.Single.PositiveInfinity" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.PositiveInfinity)</code>).</value>
51535153
<remarks>To be added.</remarks>
51545154
</Docs>
51555155
</Member>
@@ -5560,8 +5560,8 @@ The behavior of this method changed in .NET 5. For more information, see [Behavi
55605560
<ReturnType>System.Numerics.Vector2</ReturnType>
55615561
</ReturnValue>
55625562
<Docs>
5563-
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Tau" />.</summary>
5564-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Tau"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Tau)</code>).</value>
5563+
<summary>Gets a vector whose elements are equal to <see cref="P:System.Single.Tau" />.</summary>
5564+
<value>A vector whose elements are equal to <see cref="P:System.Single.Tau" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Tau)</code>).</value>
55655565
<remarks>To be added.</remarks>
55665566
</Docs>
55675567
</Member>

‎xml/System.Numerics/Vector3.xml

Copy file name to clipboardExpand all lines: xml/System.Numerics/Vector3.xml
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,10 @@
935935
<paramref name="array" /> is <see langword="null" />.</exception>
936936
<exception cref="T:System.ArgumentException">The number of elements in the current instance is greater than in the array.</exception>
937937
<exception cref="T:System.ArgumentOutOfRangeException">
938-
<paramref name="index" /> is less than zero.
939-
940-
-or-
941-
938+
<paramref name="index" /> is less than zero.
939+
940+
-or-
941+
942942
<paramref name="index" /> is greater than or equal to the array length.</exception>
943943
<exception cref="T:System.RankException">
944944
<paramref name="array" /> is multidimensional.</exception>
@@ -1601,7 +1601,7 @@
16011601
</ReturnValue>
16021602
<Docs>
16031603
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.E" />.</summary>
1604-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.E"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.E)</code>).</value>
1604+
<value>A vector whose elements are equal to <see cref="P:System.Single.E" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.E)</code>).</value>
16051605
<remarks>To be added.</remarks>
16061606
</Docs>
16071607
</Member>
@@ -1629,7 +1629,7 @@
16291629
</ReturnValue>
16301630
<Docs>
16311631
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Epsilon" />.</summary>
1632-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Epsilon"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Epsilon)</code>).</value>
1632+
<value>A vector whose elements are equal to <see cref="P:System.Single.Epsilon" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Epsilon)</code>).</value>
16331633
<remarks>To be added.</remarks>
16341634
</Docs>
16351635
</Member>
@@ -4060,7 +4060,7 @@
40604060
</ReturnValue>
40614061
<Docs>
40624062
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NaN" />.</summary>
4063-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NaN"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NaN)</code>).</value>
4063+
<value>A vector whose elements are equal to <see cref="P:System.Single.NaN" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NaN)</code>).</value>
40644064
<remarks>To be added.</remarks>
40654065
</Docs>
40664066
</Member>
@@ -4135,7 +4135,7 @@
41354135
</ReturnValue>
41364136
<Docs>
41374137
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeInfinity" />.</summary>
4138-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeInfinity"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeInfinity)</code>).</value>
4138+
<value>A vector whose elements are equal to <see cref="P:System.Single.NegativeInfinity" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeInfinity)</code>).</value>
41394139
<remarks>To be added.</remarks>
41404140
</Docs>
41414141
</Member>
@@ -4163,7 +4163,7 @@
41634163
</ReturnValue>
41644164
<Docs>
41654165
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeZero" />.</summary>
4166-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.NegativeZero"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeZero)</code>).</value>
4166+
<value>A vector whose elements are equal to <see cref="P:System.Single.NegativeZero" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.NegativeZero)</code>).</value>
41674167
<remarks>To be added.</remarks>
41684168
</Docs>
41694169
</Member>
@@ -5212,7 +5212,7 @@
52125212
</ReturnValue>
52135213
<Docs>
52145214
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Pi" />.</summary>
5215-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Pi"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Pi)</code>).</value>
5215+
<value>A vector whose elements are equal to <see cref="P:System.Single.Pi" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Pi)</code>).</value>
52165216
<remarks>To be added.</remarks>
52175217
</Docs>
52185218
</Member>
@@ -5240,7 +5240,7 @@
52405240
</ReturnValue>
52415241
<Docs>
52425242
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.PositiveInfinity" />.</summary>
5243-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.PositiveInfinity"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.PositiveInfinity)</code>).</value>
5243+
<value>A vector whose elements are equal to <see cref="P:System.Single.PositiveInfinity" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.PositiveInfinity)</code>).</value>
52445244
<remarks>To be added.</remarks>
52455245
</Docs>
52465246
</Member>
@@ -5654,7 +5654,7 @@
56545654
</ReturnValue>
56555655
<Docs>
56565656
<summary>Gets a vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Tau" />.</summary>
5657-
<value>A vector whose elements are equal to <xref data-throw-if-not-resolved="true" uid="System.Single.Tau"></xref> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Tau)</code>).</value>
5657+
<value>A vector whose elements are equal to <see cref="P:System.Single.Tau" /> (that is, it returns the vector <code data-dev-comment-type="c">Create(float.Tau)</code>).</value>
56585658
<remarks>To be added.</remarks>
56595659
</Docs>
56605660
</Member>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.