uint32
Convert to unsigned 32-bit integer.
Syntax
Section titled “Syntax”S = uint32(X)Description
Section titled “Description”Returns X converted to uint32 (range 0 to ~4.29 × 10⁹). Values outside the range are saturated.
Example
Section titled “Example”uint32(-1) % 0 (saturated)