INumberRounder 接口

定义

一个接口,该接口返回提供的多个数据类型数的舍入结果。

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
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

方法

RoundDouble(Double)

舍入 双精度 数字。

RoundInt32(Int32)

Int32 数字舍入。

RoundInt64(Int64)

Int64 数字舍入。

RoundSingle(Single)

舍入 单个 数字。

RoundUInt32(UInt32)

UInt32 数字舍入。

RoundUInt64(UInt64)

UInt64 数字舍入。

适用于