Skip to content

Commit c3e0e6c

Browse files
carlossanlopgewarren
authored andcommitted
Document Half.op_Explicit APIs (dotnet#4893)
* Document Half.op_Explicit APIs * Equals Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent 46cdcbb commit c3e0e6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System/Half.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<Parameter Name="other" Type="System.Half" />
149149
</Parameters>
150150
<Docs>
151-
<param name="other">To be added.</param>
151+
<param name="other">A half-precision floating point number to compare to this instance.</param>
152152
<summary>Compares this instance for equality with <paramref name="other" />.</summary>
153153
<returns>
154154
<see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
@@ -174,7 +174,7 @@
174174
<Parameter Name="obj" Type="System.Object" />
175175
</Parameters>
176176
<Docs>
177-
<param name="obj">To be added.</param>
177+
<param name="obj">The object to compare to this instance.</param>
178178
<summary>Returns a value that indicates whether this instance is equal to the specified <paramref name="obj" />.</summary>
179179
<returns>
180180
<see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Half" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
@@ -544,7 +544,7 @@
544544
<Docs>
545545
<param name="value">The double-precision floating point value to convert to <see cref="T:System.Half" />.</param>
546546
<summary>An explicit operator to convert a <see cref="T:System.Double" /> value to a <see cref="T:System.Half" />.</summary>
547-
<returns>To be added.</returns>
547+
<returns>The <see cref="T:System.Half" /> representation of the specified double-precision floating point <paramref name="value" />.</returns>
548548
<remarks>To be added.</remarks>
549549
</Docs>
550550
</Member>
@@ -569,7 +569,7 @@
569569
<Docs>
570570
<param name="value">The half-precision floating point value to convert to <see cref="T:System.Double" />.</param>
571571
<summary>An explicit operator to convert a <see cref="T:System.Half" /> value to a <see cref="T:System.Double" />.</summary>
572-
<returns>To be added.</returns>
572+
<returns>The <see cref="T:System.Double" /> representation of the specified half-precision floating point <paramref name="value" />.</returns>
573573
<remarks>To be added.</remarks>
574574
</Docs>
575575
</Member>
@@ -594,7 +594,7 @@
594594
<Docs>
595595
<param name="value">The half-precision floating point value to convert to <see cref="T:System.Single" />.</param>
596596
<summary>An explicit operator to convert a <see cref="T:System.Half" /> value to a <see cref="T:System.Single" />.</summary>
597-
<returns>To be added.</returns>
597+
<returns>The <see cref="T:System.Single" /> representation of the specified half-precision floating point <paramref name="value" />.</returns>
598598
<remarks>To be added.</remarks>
599599
</Docs>
600600
</Member>
@@ -619,7 +619,7 @@
619619
<Docs>
620620
<param name="value">The single-precision floating point value to convert to <see cref="T:System.Half" />.</param>
621621
<summary>An explicit operator to convert a <see cref="T:System.Single" /> value to a <see cref="T:System.Half" />.</summary>
622-
<returns>To be added.</returns>
622+
<returns>The <see cref="T:System.Half" /> representation of the specified single-precision floating point <paramref name="value" />.</returns>
623623
<remarks>To be added.</remarks>
624624
</Docs>
625625
</Member>

0 commit comments

Comments
 (0)