MindFusion.Reporting for Silverlight Programmer's Guide
Sin

Returns the sine of the specified angle.

Syntax

 Copy Code

double Sin (
    double value
)

Parameters

value
Any valid numeric expression.

Remarks

This function takes an angle and returns the ratio of two sides of a right triangle. The ratio is the length of the side opposite the angle divided by the length of the hypotenuse. The result lies in the range -1 to 1, inclusive.

See Also

Math Functions
Asin Function
Cos Function
Tan Function