You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
2501
+
<returns>A value that indicates the relative order of the objects being compared.</returns>
2502
+
<remarks>
2503
+
<formattype="text/markdown"><![CDATA[
2504
+
2505
+
## Remarks
2506
+
2507
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Single> instance is cast to an <xref:System.IComparable> interface.
@@ -2529,9 +2545,17 @@ If a separator is encountered in the `s` parameter during a parse operation, and
2529
2545
</ReturnValue>
2530
2546
<Parameters />
2531
2547
<Docs>
2532
-
<summary>To be added.</summary>
2533
-
<returns>To be added.</returns>
2534
-
<remarks>To be added.</remarks>
2548
+
<summary>Returns the <seecref="T:System.TypeCode" /> for this instance.</summary>
2549
+
<returns>The enumerated constant that is the <seecref="T:System.TypeCode" /> of the class or value type that implements this interface.</returns>
2550
+
<remarks>
2551
+
<formattype="text/markdown"><![CDATA[
2552
+
2553
+
## Remarks
2554
+
2555
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Single> instance is cast to an <xref:System.IConvertible> interface.
0 commit comments