Mono Class Library: System.Math Overview | MembersSystem.Math.Asin Method |
Returns the angle whose sine is the specified double. [Edit]
|
A double containing the value of an angle, theta, measured in radians, for which d is the sine, such that -pi/2 <= theta <= pi/2. If d < -1, d > 1, or d = double.NaN, returns double.NaN . [Edit]
Note:[Edit]A positive return value represents a counterclockwise angle from the positive x-axis; a negative return value represents a clockwise angle.
Multiply the return value by 180/pi to convert from radians to degrees.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0