atof (AutoLISP)

文字列を実数に変換します。

サポートされているプラットフォーム: Windows および Mac OS

構文と要素

(atof str)
str

タイプ: 文字列

実数に変換する文字列。

戻り値

タイプ: 実数

数値

(atof "97.1")
97.1

(atof "3")
3.0

(atof "3.9")
3.9