다음을 통해 공유


IncrementNumberRounder.RoundInt32(Int32) 메서드

정의

Int32 번호를 지정된 증분으로 반올림합니다.

public:
 virtual int RoundInt32(int value) = RoundInt32;
int RoundInt32(int const& value);
public int RoundInt32(int value);
function roundInt32(value)
Public Function RoundInt32 (value As Integer) As Integer

매개 변수

value
Int32

int

반올림할 Int32 값입니다.

반환

Int32

int

반올림된 32비트 정수입니다.

구현

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt32(System.Int32) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt32(int)

설명

반올림 전략은 증분RoundingAlgorithm의 값을 기반으로 합니다.

적용 대상