Click or drag to resize

NMathFunctionsCeil(Single) Method

Calculates the ceiling rounding function of a floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Ceil(
	float f
)

Parameters

f  Single
A floating point number.

Return Value

Single
The ceiling rounding function of f.
See Also