|
148 | 148 | <Parameter Name="other" Type="System.Half" />
|
149 | 149 | </Parameters>
|
150 | 150 | <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> |
152 | 152 | <summary>Compares this instance for equality with <paramref name="other" />.</summary>
|
153 | 153 | <returns>
|
154 | 154 | <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
|
|
174 | 174 | <Parameter Name="obj" Type="System.Object" />
|
175 | 175 | </Parameters>
|
176 | 176 | <Docs>
|
177 |
| - <param name="obj">To be added.</param> |
| 177 | + <param name="obj">The object to compare to this instance.</param> |
178 | 178 | <summary>Returns a value that indicates whether this instance is equal to the specified <paramref name="obj" />.</summary>
|
179 | 179 | <returns>
|
180 | 180 | <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 | 544 | <Docs>
|
545 | 545 | <param name="value">The double-precision floating point value to convert to <see cref="T:System.Half" />.</param>
|
546 | 546 | <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> |
548 | 548 | <remarks>To be added.</remarks>
|
549 | 549 | </Docs>
|
550 | 550 | </Member>
|
|
569 | 569 | <Docs>
|
570 | 570 | <param name="value">The half-precision floating point value to convert to <see cref="T:System.Double" />.</param>
|
571 | 571 | <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> |
573 | 573 | <remarks>To be added.</remarks>
|
574 | 574 | </Docs>
|
575 | 575 | </Member>
|
|
594 | 594 | <Docs>
|
595 | 595 | <param name="value">The half-precision floating point value to convert to <see cref="T:System.Single" />.</param>
|
596 | 596 | <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> |
598 | 598 | <remarks>To be added.</remarks>
|
599 | 599 | </Docs>
|
600 | 600 | </Member>
|
|
619 | 619 | <Docs>
|
620 | 620 | <param name="value">The single-precision floating point value to convert to <see cref="T:System.Half" />.</param>
|
621 | 621 | <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> |
623 | 623 | <remarks>To be added.</remarks>
|
624 | 624 | </Docs>
|
625 | 625 | </Member>
|
|
0 commit comments