int32
Convert to signed 32-bit integer.
Syntax
Section titled “Syntax”S = int32(X)Description
Section titled “Description”Returns X converted to int32 (range approximately ±2.15 × 10⁹). Values outside the range are saturated.
Example
Section titled “Example”int32(3.7) % 4 (rounded to nearest)