Main Content
ishalf
Determine whether numeric type represents the half-precision, floating-point data
type half
Since R2020b
Description
returns indication
= ishalf(numericType
)1
(true
) if the
Simulink.NumericType
object numericType
represents
the half-precision, floating-point data type half
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
.
Input Arguments
Output Arguments
Version History
Introduced in R2020b