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

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

プロパティ値

整数部を表すNullable<Int32>値。
解説

以下の表はValue プロパティに従って Integerおよび Decimalがどのように変化するのかを示します。

Value Integer Decimal
123.45 123 0.45
-123.45 -123 -0.45
123 123 0
Nothing Nothing Nothing

参照

GcNumber クラス
GcNumber メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.