Click or drag to resize
MathUtilsASin Method
Returns the angle whose sine is the specified number, in radians.

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

Parameters

x
Type: SystemSingle
Number representing a sine.

Return Value

Type: Single
Angle whose sine is the specified number.
See Also