INumberRounder 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
여러 데이터 형식의 제공된 수에 대해 반올림된 결과를 반환하는 인터페이스입니다.
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 번호를 반올림합니다. |