PowerTools MultiRow for Windows Forms 8.0J
Decimal プロパティ

入力された数の小数値を取得します。
構文
Public ReadOnly Property Decimal As Nullable(Of Decimal)
public Nullable<decimal> Decimal {get;}

プロパティ値

入力された数の小数部を示すnull許容の10進数値を取得します。
解説
このプロパティを使用すると、現在の値の小数部を実行時に取得できます。また、Integerプロパティを使用して整数部を取得することも可能です。たとえば、number1.Value = -1234.120の場合、Decimalプロパティは-0.12を返し、Integerプロパティは-1234を返します。number1.Value = 1234の場合、Decimalプロパティは0を返し、Integerプロパティは1234を返します。基になる値が0に設定されている場合、このプロパティはnullを返します。
参照

GcNumberCell クラス
GcNumberCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.