Google

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 整数
  • 非負整数 (識別子 1) の符号なし 32bit 整数 (識別子 10) への変換, またはその逆変換を行う.
  • 32bit 整数は OpenXM の基本構成要素であり, 整数をその型で送信 する必要がある場合に用いる.
参照
section 分散計算, section 数の型.


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