Rounds the specified value.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static float Round( float f ) |
Visual Basic |
---|
Public Shared Function Round ( _ f As Single _ ) As Single |
Visual C++ |
---|
public: static float Round( float f ) |
Parameters
- f
- Type: System..::..Single
The value.