The symbol used to separate the integer and fractional parts of a number.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum DecimalSymbol
Members
| Member name | Value | Description |
|---|
| Comma | 1 |
A comma (",").
|
| Dot | 0 |
A dot (".").
|
See Also
Reference