Go to the first, previous, next, last section, table of contents.


ntoint32, int32ton

ntoint32(n)
int32ton(int32)
:: 非負整数と符号なし 32bit 整数の間の型変換.
return
符号なし 32bit 整数または非負整数
n
2^32 未満の非負整数
int32
符号なし 32bit 整数
参照
section 分散計算, section 数の型.


Go to the first, previous, next, last section, table of contents.