'宣言 Public Overloads Shared Function GetDouble( _ ByVal value As System.Object _ ) As System.Double
public static System.double GetDouble( System.object value )
パラメータ
- value
- The object to convert.
戻り値の型
The converted value, or double.NaN if the object could not be converted.