System::Runtime::Serialization::IFormatterConverter::ToDouble method

IFormatterConverter::ToDouble method

値を double に変換します。

virtual double System::Runtime::Serialization::IFormatterConverter::ToDouble(System::SharedPtr<Object> value)=0
パラメーター説明
valueSystem::SharedPtr<Object>変換対象のオブジェクト。

ReturnValue

変換後の値。

参照