GrapeCity.Win.Editors.v80 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcNumber クラス : Integer プロパティ |
Public ReadOnly Property Integer As Nullable(Of Decimal)
public Nullable<decimal> Integer {get;}
以下の表はValue プロパティに従って Integerおよび Decimalがどのように変化するのかを示します。
Value | Integer | Decimal |
---|---|---|
123.45 | 123 | 0.45 |
-123.45 | -123 | -0.45 |
123 | 123 | 0 |
Nothing | Nothing | Nothing |