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