Click or drag to resize

RoundingMethod Enumeration

The method to be used when rounding numbers.

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax
Public Enumeration RoundingMethod
Members
  Member nameValueDescription
Round0 Round to the nearest multiple of the rounding factor.
RoundUp1 Round up to a multiple of the rounding factor that is greater than or equal to the current value.
RoundDown2 Round down to a multiple of the rounding factor that is less than or equal to the current value.
See Also