文字列を浮動小数点型の数値に変換する
文字列を浮動小数点に変換するには、SFXHelper::wstrtofloat 関数を使用します。
SFXWideString str = "1.234"; // 変換したい文字列 Float64 value = SFXHelper::wstrtofloat(str.GetCString()); // value = 1.234 となる
文字列を浮動小数点に変換するには、SFXHelper::wstrtofloat 関数を使用します。
SFXWideString str = "1.234"; // 変換したい文字列 Float64 value = SFXHelper::wstrtofloat(str.GetCString()); // value = 1.234 となる