System::Runtime::Serialization::IFormatterConverter::ToSingle メソッド

IFormatterConverter::ToSingle method

値を float に変換します。

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

ReturnValue

変換後の値。

参照