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 번호를 반올림합니다.

적용 대상