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)

倍精度浮動小数点型 ( Double ) の数値を丸めます。

RoundInt32(Int32)

Int32 数値を丸めます。

RoundInt64(Int64)

Int64 数値を丸めます。

RoundSingle(Single)

単一の数値を丸めます。

RoundUInt32(UInt32)

UInt32 数値を丸めます。

RoundUInt64(UInt64)

UInt64 数値を丸めます。

適用対象