Loading...
Searching...
No Matches
Numeric round format for put files.
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | ForE = 0 |
| Item is displayed in F or E format.
|
|
static final | ForEFloatingDec = 4 |
| Item is displayed in F or E format ignoring given decimals.
|
|
static final | Rounded = 1 |
| Item is rounded to fit given width and decimals.
|
|
static final | RoundedFloatingDec = 3 |
| Item is rounded to fit given width.
|
|
static final | Scientific = 2 |
| Item is displayed in scientific notation.
|
|
static final | UndefinedPutNR = 5 |
| Undefined option.
|
|
Numeric round format for put files.
- See also
- Options