System Namespace Math Class
Returns the sine of the specified angle.
[ VB ] Public Shared Function Sin ( _ ByVal a As Double _ ) As Double [ C# ] public static double Sin ( double a ); [ C++ ] public: static double Sin ( double a ); [ JScript ] public static function Sin ( a : double ) : double;
The sine of a. If a is equal to NaN, NegativeInfinity, or PositiveInfinity, this method returns NaN.
The angle, a, must be in radians. Multiply by π/180 to convert degrees to radians.
Math Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph