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