Share

RoundingMethod Enumeration

The method to be used when rounding numbers.

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0

Syntax

VB

Public Enumeration RoundingMethod

C#

public enum 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

Reference

Was this information helpful?