 | MathUtilsSin Method |
Returns the sine of the specified angle in radians.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Sin(
float x
)
Public Shared Function Sin (
x As Single
) As Single
public:
static float Sin(
float x
)
static member Sin :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Angle to compute the sine of.
Return Value
Type:
SingleSine of the specified angle.
See Also