complex:__tostring
code:Lua
t = tostring(c)
モジュール
complex
引数
table:_
変数 型 概要
1 c userdata 複素数クラス
返り値
table:_
変数 型 概要
1 t string 処理された文字列
概要
tostring関数を使用した時に、"(r,i)"という文字列を返すメタメソッド。