Returns the smallest integral value that is greater than or equal to the specified number.
(This uses the standard .NET Math.Ceiling method.)
Namespace:
Autodesk.iLogic.Runtime
Assembly:
Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax Public Shared Function Ceil (
d As Double
) As Double
public static double Ceil(
double d
)
Parameters
- d
- Type: SystemDouble
Return Value
Type:
DoubleSee Also