Calculates a single-word floating-point sine of the specified angle.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static float Sin( float x )
Public Shared Function Sin ( _ x As Single _ ) As Single
public: static float Sin( float x )
Parameters
- x (Single)
- An angle, measured in radians
Return Value
The sine of d