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

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

プロパティ値

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

GcNumberCell クラス
GcNumberCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.