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

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

プロパティ値

小数部を表すNullable<Decimal>値。
解説

以下の表は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.