RoundingMethod Enumeration |
Rounding methods
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RoundingMethod
Public Enumeration RoundingMethod
public enum class RoundingMethod
MembersMember name | Value | Description |
---|
Nearest | 0 |
Standard rounding: Round to Nearest
|
Up | 1 |
Round Up
|
Down | 2 |
Round Down
|
See Also