다음을 통해 공유


DecimalFormatter.FractionDigits 속성

정의

숫자의 소수 부분에 대해 표시할 최소 자릿수를 가져오거나 설정합니다.

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

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

속성 값

Int32

int

표시할 최소 자릿수입니다.

구현

적용 대상