Calculates the ceiling rounding function of a floating point number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static float Ceil( float f ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Ceil ( _ f As Single _ ) As Single |
| Visual C++ |
|---|
public: static float Ceil( float f ) |
Parameters
- f
- Type: System..::.Single
A floating point number.