string | 実数値をカンマ(,)で区切って並べた文字列
またはその全体を()で括った文字列。 A string composed of real numbers separated by commas (,), or that string bounded by parenthesis (). |
correct_number | 文字列中に含まれる期待される実数値の個数。 The expected number of real numbers in the string. |
... | 取り出した実数値の代入先。
宣言しただけのdouble型変数を&を付けて与える。
これを文字列中に含まれる実数値の数だけ並べる。 The memories into which the extracted real numbers will be inserted. Give empty double-type variables with &. Deploy them up to the number of real numbers. |