Enumeration
AravisGcDisplayNotation
Description [src]
Number display notations for showing numbers in user interfaces.
Available since: | 0.8.0 |
Members
Name | Description |
---|---|
ARV_GC_DISPLAY_NOTATION_UNDEFINED |
Undefined number notation. |
ARV_GC_DISPLAY_NOTATION_AUTOMATIC |
Automatically detect whether to use fixed or scientific number notation. |
ARV_GC_DISPLAY_NOTATION_FIXED |
Used fixed (i.e. decimal) notation for displaying numbers. |
ARV_GC_DISPLAY_NOTATION_SCIENTIFIC |
Use scientific notation for displaying numbers. |