次の方法で共有


IMutableProperty.SetPrecision(Nullable<Int32>) メソッド

定義

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

public void SetPrecision (int? precision);
abstract member SetPrecision : Nullable<int> -> unit
Public Sub SetPrecision (precision As Nullable(Of Integer))

パラメーター

precision
Nullable<Int32>

このプロパティで許可される最大桁数。

適用対象