Reports for WPF
GetDouble(Object,Double) メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > Util クラス > GetDouble メソッド : GetDouble(Object,Double) メソッド
The object to convert.
The default value.
Converts an object to a double value.
シンタックス
'宣言
 
Public Overloads Shared Function GetDouble( _
   ByVal value As System.Object, _
   ByVal defaultValue As System.Double _
) As System.Double
public static System.double GetDouble( 
   System.object value,
   System.double defaultValue
)

パラメータ

value
The object to convert.
defaultValue
The default value.

戻り値の型

The converted value, or defaultValue if the object could not be converted.
参照

Util クラス
Util メンバ
オーバーロード一覧