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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note