다음을 통해 공유


SignificantDigitsNumberRounder.RoundInt64(Int64) 메서드

정의

Int64 숫자를 지정된 수의 유효 자릿수로 반올림합니다.

public:
 virtual long long RoundInt64(long long value) = RoundInt64;
long RoundInt64(long const& value);
public long RoundInt64(long value);
function roundInt64(value)
Public Function RoundInt64 (value As Long) As Long

매개 변수

value
Int64

long long

long

반올림할 Int64 값입니다.

반환

Int64

long long

long

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

구현

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(System.Int64) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long long) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long)

설명

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

적용 대상