|
5406 | 5406 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6" />
|
5407 | 5407 | </Parameters>
|
5408 | 5408 | <Docs>
|
5409 |
| - <param name="value">To be added.</param> |
5410 |
| - <summary>To be added.</summary> |
5411 |
| - <returns>To be added.</returns> |
5412 |
| - <remarks>To be added.</remarks> |
| 5409 | + <param name="value">The object to compare.</param> |
| 5410 | + <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary> |
| 5411 | + <returns>A value that indicates the relative order of the objects being compared.</returns> |
| 5412 | + <remarks> |
| 5413 | + <format type="text/markdown"><![CDATA[ |
| 5414 | + |
| 5415 | +## Remarks |
| 5416 | + |
| 5417 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Decimal> instance is cast to an <xref:System.IComparable> interface. |
| 5418 | + |
| 5419 | +The return value has these meanings: |
| 5420 | + |
| 5421 | +| Value | Meaning | |
| 5422 | +|-------------------|-------------------------------------------------------------------------| |
| 5423 | +| Less than zero | This instance precedes `value` in the sort order. | |
| 5424 | +| Zero | This instance occurs in the same position in the sort order as `value`. | |
| 5425 | +| Greater than zero | This instance follows `value` in the sort order. | |
| 5426 | + |
| 5427 | + ]]></format> |
| 5428 | + </remarks> |
5413 | 5429 | </Docs>
|
5414 | 5430 | </Member>
|
5415 | 5431 | <Member MemberName="System.IConvertible.GetTypeCode">
|
|
5439 | 5455 | </ReturnValue>
|
5440 | 5456 | <Parameters />
|
5441 | 5457 | <Docs>
|
5442 |
| - <summary>To be added.</summary> |
5443 |
| - <returns>To be added.</returns> |
5444 |
| - <remarks>To be added.</remarks> |
| 5458 | + <summary>Returns the <see cref="T:System.TypeCode" /> for this instance.</summary> |
| 5459 | + <returns>The enumerated constant that is the <see cref="T:System.TypeCode" /> of the class or value type that implements this interface.</returns> |
| 5460 | + <remarks> |
| 5461 | + <format type="text/markdown"><![CDATA[ |
| 5462 | + |
| 5463 | +## Remarks |
| 5464 | + |
| 5465 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Decimal> instance is cast to an <xref:System.IConvertible> interface. |
| 5466 | + |
| 5467 | + ]]></format> |
| 5468 | + </remarks> |
5445 | 5469 | </Docs>
|
5446 | 5470 | </Member>
|
5447 | 5471 | <Member MemberName="System.IConvertible.ToBoolean">
|
|
0 commit comments