다음을 통해 공유


DecimalFormatter.SignificantDigits 속성

정의

10진수의 서식을 지정할 때 현재 안쪽 여백을 유효 자릿수로 가져오거나 설정합니다.

public:
 property int SignificantDigits { int get(); void set(int value); };
int SignificantDigits();

void SignificantDigits(int value);
public int SignificantDigits { get; set; }
var int32 = decimalFormatter.significantDigits;
decimalFormatter.significantDigits = int32;
Public Property SignificantDigits As Integer

속성 값

Int32

int

유효 자릿수입니다.

구현

설명

지정된 유효 자릿수가 소진될 때까지 후행 0이 형식에 추가됩니다. 숫자가 더 있는 경우 이 속성으로 인해 잘리지 않습니다.

적용 대상