IncrementDecimal メソッド (NumericUpDown)
クラス
NumericUpDown
.
処理
アップダウン コントロールの位置の値を増やします。
構文
C#
numericUpDown
.
IncrementDecimal
([
amount
])
VB
numericUpDown
.
IncrementDecimal
([
amount
])
変数
説明
amount
省略可能
: 増加させる量。 デフォルト値は '1' です。
Double
。