Rounding methods
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
|
See Also
Reference