FlatFileColumn.DataPrecision 屬性

定義

取得或設定定義為數字資料型態的欄位中的總位數。

public:
 property int DataPrecision { int get(); void set(int value); };
public int DataPrecision { get; set; }
member this.DataPrecision : int with get, set
Public Property DataPrecision As Integer

屬性值

一個定義數字資料型態中總位數的整數。

備註

位數 (Precision) 是指數字中總共的位數。 例如,數字 123.45 的精確度為 5,刻度為 2。

適用於