Returns the cosine of the specified angle.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static float Cos( float f ) |
Visual Basic |
---|
Public Shared Function Cos ( _ f As Single _ ) As Single |
Visual C++ |
---|
public: static float Cos( float f ) |
Parameters
- f
- Type: System..::..Single
An angle, measured in radians.