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