Rounding methods
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public enum RoundingMethod
Members
Member name | Value | Description |
---|---|---|
Down | 2 | Round Down |
Nearest | 0 | Standard rounding: Round to Nearest |
Up | 1 | Round Up |