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


ntoint32, int32ton

ntoint32(n)
int32ton(int32)
:: Type-conversion between a non-negative integer and an unsigned 32bit integer.
return
unsigned 32bit integer or non-negative integer
n
non-negative interger less than 2^32
int32
unsigned 32bit integer
References
section Distributed computation, section Types of numbers.


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