significant_digits_type property

significant_digits_type property

Gets and sets the default type of significant digits for outputing numeric values. Default value is SignificantDigitsType.G17.

Definition:

@property
def significant_digits_type(self):
    ...
@staticmethod
def set_significant_digits_type(value):
    ...

See Also