SignificantDigitsType
SignificantDigitsType enumeration
Represents the type of significant digits for outputing numeric values.
Values
| Name | Value | Description |
|---|---|---|
| Digits15 | 0 | 15-digits |
| G17 | 1 | 17-digits by formatting the value with “G17”. |
| Rounding17 | 2 | 17-digits by rounding the value. |