 | MathUtilsASin Method |
Returns the angle whose sine is the specified number, in radians.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float ASin(
float x
)
Public Shared Function ASin (
x As Single
) As Single
public:
static float ASin(
float x
)
static member ASin :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Number representing a sine.
Return Value
Type:
SingleAngle whose sine is the specified number.
See Also