Click or drag to resize

LmiMathCeil Method

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

Parameters

d
Type: SystemDouble

Return Value

Type: Double
See Also