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: 30.0
Syntax
VB
Public Shared Function Ceil ( d As Double ) As Double
C#
public static double Ceil( double d )
Parameters
- d
- Type: System.Double