bit.string
code:Lua
s = textmodule.bit.string(n)
モジュール
bit
引数
table:_
変数 型 概要
1 n number 数値
返り値
table:_
変数 型 概要
1 s string 文字列
概要
n
の2進数の値を文字列で取得する(
"0b0"
~)。