IReadOnlyProperty.GetPrecision メソッド

定義

このプロパティで許可されているデータの有効桁数を取得します。 たとえば、 プロパティが の Decimal 場合、これは最大桁数です。

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

戻り値

有効桁数。何 null も定義されていない場合は 。

適用対象