issingle - Determine whether input is single-precision data type
Syntax
y = issingle(a)
y = issingle(T)
Description
y = issingle(a) returns 1 when
the DataType property of fi object a is single,
and 0 otherwise.
y = issingle(T) returns 1 when
the DataType property of numerictype object T is single,
and 0 otherwise.
See Also
isboolean, isdouble, isfixed, isfloat, isscaleddouble, isscaledtype
 | issigned | | isslopebiasscaled |  |
How much time do you spend on testing to ensure implementation meets system-level requirements?
Learn more