Main Content

int32

Convert fi object to signed 32-bit integer

Syntax

c = int32(a)

Description

c = int32(a) returns the built-in int32 value of fi object a, based on its real world value. If necessary, the data is rounded-to-nearest and saturated to fit into an int32.

Examples

This example shows the int32 values of a fi object.

a = fi([-pi 0.1 pi],1,32);
c = int32(a)

c =

   -3    0    3

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

HDL Code Generation
Generate VHDL, Verilog and SystemVerilog code for FPGA and ASIC designs using HDL Coder™.

Version History

Introduced before R2006a