Determine whether numeric type represents a floating-point data type
returns indication
= isfloat(numericType
)1
(true
) if the
Simulink.NumericType
object numericType
represents a floating-point data type such as double
or
single
, and 0
(false
)
otherwise.
In Simulink®, a Simulink.NumericType
object represents a data type
that you can share between different data items in a model. For more information,
see Simulink.NumericType
.