ISignificantDigitsOption Interface

Definition

An interface that gets and sets the option for specifying significant digits.

public interface class ISignificantDigitsOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(491650269, 11587, 20200, 187, 241, 193, 178, 106, 113, 26, 88)]
struct ISignificantDigitsOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(491650269, 11587, 20200, 187, 241, 193, 178, 106, 113, 26, 88)]
public interface ISignificantDigitsOption
Public Interface ISignificantDigitsOption
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

SignificantDigits

Gets or sets the number of significant digits used in formatting or rounding numbers.

Applies to