Click or drag to resize
MathUtilsSin Method
Returns the sine of the specified angle in radians.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Sin(
	float x
)

Parameters

x
Type: SystemSingle
Angle to compute the sine of.

Return Value

Type: Single
Sine of the specified angle.
See Also