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
public enum RoundingMethod
Members
| Member name | Value | Description |
---|
| Round | 0 |
Round to the nearest multiple of the rounding factor.
|
| RoundUp | 1 |
Round up to a multiple of the rounding factor that is greater than or equal to the current value.
|
| RoundDown | 2 |
Round down to a multiple of the rounding factor that is less than or equal to the current value.
|
See Also