Main Content
castFiToInt
Syntax
Description
casts
the input y
= castFiToInt(u
)u
to an equivalent MATLAB® integer data type when possible.
If the input u
is a fi
object type that can be
represented exactly by an integer data type, then the output is this integer data type. If
u
is a fi
object that cannot be exactly represented
by a built-in data type, or if it is already a built-in data type, then the output is the
same as the input.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a
See Also
cast64BitFiToInt
| cast64BitIntToFi
| castFiToMATLAB
| castIntToFi