SignificantDigitsType Enum
SignificantDigitsType Enum
Represents the type of significant digits for outputing numeric values.
type SignificantDigitsType int32
Fields
| Field | Description |
|---|---|
| Digits15 | 15-digits |
| G17 | 17-digits by formatting the value with “G17”. |
| Rounding17 | 17-digits by rounding the value. |