|
616 | 616 | ## Remarks |
617 | 617 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
618 | 618 | |
| 619 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 620 | + |
619 | 621 | |
620 | 622 | |
621 | 623 | ## Examples |
|
673 | 675 | ## Remarks |
674 | 676 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
675 | 677 | |
| 678 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 679 | + |
676 | 680 | ]]></format> |
677 | 681 | </remarks> |
678 | 682 | </Docs> |
|
738 | 742 | |
739 | 743 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
740 | 744 | |
| 745 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 746 | + |
741 | 747 | |
742 | 748 | |
743 | 749 | ## Examples |
|
795 | 801 | ## Remarks |
796 | 802 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
797 | 803 | |
| 804 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 805 | + |
798 | 806 | ]]></format> |
799 | 807 | </remarks> |
800 | 808 | </Docs> |
|
860 | 868 | |
861 | 869 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
862 | 870 | |
| 871 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 872 | + |
863 | 873 | |
864 | 874 | |
865 | 875 | ## Examples |
|
952 | 962 | ## Remarks |
953 | 963 | The return value is the angle in the Cartesian plane formed by the x-axis, and a vector starting from the origin, (0,0), and terminating at the point, (x,y). |
954 | 964 | |
| 965 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 966 | + |
955 | 967 | |
956 | 968 | |
957 | 969 | ## Examples |
|
1009 | 1021 | ## Remarks |
1010 | 1022 | Multiply the return value by 180/<xref:System.Math.PI?displayProperty=nameWithType> to convert from radians to degrees. |
1011 | 1023 | |
| 1024 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 1025 | + |
1012 | 1026 | ]]></format> |
1013 | 1027 | </remarks> |
1014 | 1028 | </Docs> |
|
1277 | 1291 | -or- |
1278 | 1292 |
|
1279 | 1293 | <see cref="F:System.Double.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Double.NaN" />.</returns> |
1280 | | - <remarks>To be added.</remarks> |
| 1294 | + <remarks> |
| 1295 | + <format type="text/markdown"><![CDATA[ |
| 1296 | + |
| 1297 | +## Remarks |
| 1298 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 1299 | + |
| 1300 | + ]]></format> |
| 1301 | + </remarks> |
1281 | 1302 | <altmember cref="M:System.Math.Pow(System.Double,System.Double)" /> |
1282 | 1303 | </Docs> |
1283 | 1304 | </Member> |
@@ -2123,7 +2144,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 |
2123 | 2144 | ## Remarks |
2124 | 2145 | The angle, `d`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
2125 | 2146 | |
2126 | | - Acceptable values of `d` range from approximately -9223372036854775295 to approximately 9223372036854775295. For values outside this range, the <xref:System.Math.Cos%2A> method returns `d` unchanged rather than throwing an exception. |
| 2147 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
2127 | 2148 | |
2128 | 2149 | |
2129 | 2150 | |
@@ -2193,6 +2214,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 |
2193 | 2214 | ## Remarks |
2194 | 2215 | The angle, `value`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
2195 | 2216 | |
| 2217 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 2218 | + |
2196 | 2219 | |
2197 | 2220 | |
2198 | 2221 | ## Examples |
@@ -2473,6 +2496,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 |
2473 | 2496 | |
2474 | 2497 | <xref:System.Math.Exp%2A> is the inverse of <xref:System.Math.Log%2A>. |
2475 | 2498 | |
| 2499 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 2500 | + |
2476 | 2501 | |
2477 | 2502 | |
2478 | 2503 | ## Examples |
@@ -2833,6 +2858,8 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * |
2833 | 2858 | ## Remarks |
2834 | 2859 | Parameter `x` is specified as a base 10 number. |
2835 | 2860 | |
| 2861 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 2862 | + |
2836 | 2863 | ]]></format> |
2837 | 2864 | </remarks> |
2838 | 2865 | </Docs> |
@@ -2916,6 +2943,10 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * |
2916 | 2943 | ## Remarks |
2917 | 2944 | Parameter `d` is specified as a base 10 number. |
2918 | 2945 | |
| 2946 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 2947 | + |
| 2948 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 2949 | + |
2919 | 2950 | |
2920 | 2951 | |
2921 | 2952 | ## Examples |
@@ -3066,6 +3097,11 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * |
3066 | 3097 | <remarks> |
3067 | 3098 | <format type="text/markdown"><![CDATA[ |
3068 | 3099 | |
| 3100 | +## Remarks |
| 3101 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 3102 | + |
| 3103 | + |
| 3104 | + |
3069 | 3105 | ## Examples |
3070 | 3106 | The following example uses <xref:System.Math.Log%2A> to evaluate certain logarithmic identities for selected values. |
3071 | 3107 |
|
@@ -3146,6 +3182,8 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * |
3146 | 3182 | ## Remarks |
3147 | 3183 | Parameter `d` is specified as a base 10 number. |
3148 | 3184 | |
| 3185 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 3186 | + |
3149 | 3187 | |
3150 | 3188 | |
3151 | 3189 | ## Examples |
@@ -3211,6 +3249,8 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * |
3211 | 3249 | ## Remarks |
3212 | 3250 | Parameter `x` is specified as a base 10 number. |
3213 | 3251 | |
| 3252 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 3253 | + |
3214 | 3254 | ]]></format> |
3215 | 3255 | </remarks> |
3216 | 3256 | </Docs> |
@@ -4783,6 +4823,8 @@ The following example demonstrates how to use the <xref:System.Math.Min%2A> meth |
4783 | 4823 | |`x` = `PositiveInfinity`; `y` < 0.|0| |
4784 | 4824 | |`x` = `PositiveInfinity`; `y` > 0.|`PositiveInfinity`| |
4785 | 4825 | |
| 4826 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 4827 | + |
4786 | 4828 | |
4787 | 4829 | |
4788 | 4830 | ## Examples |
@@ -5616,7 +5658,14 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst |
5616 | 5658 | <param name="n">A 32-bit integer that specifies the power.</param> |
5617 | 5659 | <summary>Returns x * 2^n computed efficiently.</summary> |
5618 | 5660 | <returns>x * 2^n computed efficiently.</returns> |
5619 | | - <remarks>To be added.</remarks> |
| 5661 | + <remarks> |
| 5662 | + <format type="text/markdown"><![CDATA[ |
| 5663 | + |
| 5664 | +## Remarks |
| 5665 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 5666 | + |
| 5667 | + ]]></format> |
| 5668 | + </remarks> |
5620 | 5669 | </Docs> |
5621 | 5670 | </Member> |
5622 | 5671 | <MemberGroup MemberName="Sign"> |
@@ -6261,7 +6310,7 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst |
6261 | 6310 | ## Remarks |
6262 | 6311 | The angle, `a`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
6263 | 6312 | |
6264 | | - Acceptable values of `a` range from approximately -9223372036854775295 to approximately 9223372036854775295. For values outside of this range, the <xref:System.Math.Sin%2A> method returns `a` unchanged rather than throwing an exception. |
| 6313 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
6265 | 6314 | |
6266 | 6315 | |
6267 | 6316 | |
@@ -6331,6 +6380,8 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst |
6331 | 6380 | ## Remarks |
6332 | 6381 | The angle, `value`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
6333 | 6382 | |
| 6383 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 6384 | + |
6334 | 6385 | |
6335 | 6386 | |
6336 | 6387 | ## Examples |
@@ -6479,6 +6530,8 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst |
6479 | 6530 | ## Remarks |
6480 | 6531 | The angle, `a`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
6481 | 6532 | |
| 6533 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 6534 | + |
6482 | 6535 | |
6483 | 6536 | |
6484 | 6537 | ## Examples |
@@ -6547,6 +6600,8 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst |
6547 | 6600 | ## Remarks |
6548 | 6601 | The angle, `value`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians. |
6549 | 6602 | |
| 6603 | + This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures. |
| 6604 | + |
6550 | 6605 | |
6551 | 6606 | |
6552 | 6607 | ## Examples |
|
0 commit comments