ISignedZeroOption Interface

Definition

An interface that gets and sets the option for specifying whether -0 is formatted as "-0" or "0".

public interface class ISignedZeroOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4246527281, 2620, 18884, 166, 66, 150, 161, 86, 79, 79, 48)]
struct ISignedZeroOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4246527281, 2620, 18884, 166, 66, 150, 161, 86, 79, 79, 48)]
public interface ISignedZeroOption
Public Interface ISignedZeroOption
Derived
Attributes

Windows requirements

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

Properties

IsZeroSigned

Gets or sets whether -0 is formatted as "-0" or "0".

Applies to