Skip to content

Commit d700697

Browse files
committed
reset files
1 parent aae93e4 commit d700697

File tree

7 files changed

+130
-98
lines changed

7 files changed

+130
-98
lines changed

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
<param name="destination">To be added.</param>
717717
<summary>To be added.</summary>
718718
<remarks>To be added.</remarks>
719-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
719+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
720720
</Docs>
721721
</Member>
722722
<Member MemberName="Empty">
@@ -1579,7 +1579,7 @@
15791579
<summary>To be added.</summary>
15801580
<returns>To be added.</returns>
15811581
<remarks>To be added.</remarks>
1582-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
1582+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
15831583
</Docs>
15841584
</Member>
15851585
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/TensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
<param name="destination">To be added.</param>
817817
<summary>To be added.</summary>
818818
<remarks>To be added.</remarks>
819-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
819+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
820820
</Docs>
821821
</Member>
822822
<Member MemberName="Empty">
@@ -1750,7 +1750,7 @@
17501750
<summary>To be added.</summary>
17511751
<returns>To be added.</returns>
17521752
<remarks>To be added.</remarks>
1753-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
1753+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
17541754
</Docs>
17551755
</Member>
17561756
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/Tensor`1.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
<param name="destination">To be added.</param>
490490
<summary>To be added.</summary>
491491
<remarks>To be added.</remarks>
492-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
492+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
493493
</Docs>
494494
</Member>
495495
<Member MemberName="Empty">
@@ -1440,7 +1440,7 @@
14401440
<MemberSignature Language="C++ CLI" Value=" virtual void System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.CopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::CopyTo;" />
14411441
<MemberType>Method</MemberType>
14421442
<Implements>
1443-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
1443+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
14441444
</Implements>
14451445
<AssemblyInfo>
14461446
<AssemblyName>System.Numerics.Tensors</AssemblyName>
@@ -1626,7 +1626,7 @@
16261626
<MemberSignature Language="C++ CLI" Value=" virtual bool System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.TryCopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::TryCopyTo;" />
16271627
<MemberType>Method</MemberType>
16281628
<Implements>
1629-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
1629+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
16301630
</Implements>
16311631
<AssemblyInfo>
16321632
<AssemblyName>System.Numerics.Tensors</AssemblyName>
@@ -2079,7 +2079,7 @@
20792079
<summary>To be added.</summary>
20802080
<returns>To be added.</returns>
20812081
<remarks>To be added.</remarks>
2082-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
2082+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
20832083
</Docs>
20842084
</Member>
20852085
<Member MemberName="TryFlattenTo">

xml/System.Numerics/Vector2.xml

Lines 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

Lines 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)