SignificantDigitsType Enum

SignificantDigitsType Enum

Represents the type of significant digits for outputing numeric values.


type SignificantDigitsType int32

Fields

FieldDescription
Digits1515-digits
G1717-digits by formatting the value with “G17”.
Rounding1717-digits by rounding the value.