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
Copy file name to clipboardExpand all lines: xml/System/MathF.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2405,7 +2405,7 @@ If the value of the `x` argument is <xref:System.Single.NaN?displayProperty=name
2405
2405
<formattype="text/markdown"><![CDATA[
2406
2406
2407
2407
## Remarks
2408
-
The angle, `x`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians.
2408
+
The angle, `x`, must be in radians. Multiply by <xref:System.MathF.PI?displayProperty=nameWithType>/180 to convert degrees to radians.
2409
2409
2410
2410
This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures.
0 commit comments