ISignificantDigitsOption Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |