INumberRounder Interface

Definition

An interface that returns rounded results for provided numbers of several data types.

public interface class INumberRounder
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1416872821, 14573, 17969, 184, 12, 239, 52, 252, 72, 183, 245)]
struct INumberRounder
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1416872821, 14573, 17969, 184, 12, 239, 52, 252, 72, 183, 245)]
public interface INumberRounder
Public Interface INumberRounder
Derived
Attributes

Windows requirements

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

Methods

RoundDouble(Double)

Rounds a Double number.

RoundInt32(Int32)

Rounds an Int32 number.

RoundInt64(Int64)

Rounds an Int64 number.

RoundSingle(Single)

Rounds a Single number.

RoundUInt32(UInt32)

Rounds a UInt32 number.

RoundUInt64(UInt64)

Rounds a UInt64 number.

Applies to