Java.Lang.Math.ToRadians Method
Returns the measure in radians of the supplied degree angle.

Syntax

[Android.Runtime.Register("toRadians", "(D)D", "")]
public static double ToRadians (double angdeg)

Parameters

angdeg
an angle in degrees.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the measure in radians of the supplied degree angle. The result is angdeg / 180 * pi.

Special cases:

  • toRadians(+0.0) = +0.0
  • toRadians(-0.0) = -0.0
  • toRadians(+infinity) = +infinity
  • toRadians(-infinity) = -infinity
  • toRadians(NaN) = NaN

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1