DecimalFormatter.SignificantDigits 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當十進位數格式化時,目前填補為有效位數。
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
有效位數。
實作
備註
尾端零會新增至格式,直到指定的有效位數耗盡為止。 如果有更多位數,則此屬性不會造成截斷。