MindFusion.Wpf Pack Programmer's Guide
Asin

Returns the angle whose sine is the specified number.

Syntax

 Copy Code

double Asin (
    double value
)

Parameters

value
Any valid numeric expression, where -1 <= value <= 1.

Remarks

A positive return value represents a counterclockwise angle from the x-axis; a negative return value represents a clockwise angle.

See Also

Math Functions
Acos Function
Atn Function