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