IReadOnlyElementType.GetPrecision 方法

定義

取得集合元素中允許的資料精確度。 例如,如果專案類型為 Decimal ,則這是數位數上限。

public int? GetPrecision ();
abstract member GetPrecision : unit -> Nullable<int>
Public Function GetPrecision () As Nullable(Of Integer)

傳回

有效位數,如果沒有 null 定義,則為 。

適用於