Class: matlab.unittest.constraints.Tolerance
Package: matlab.unittest.constraints
Determine whether tolerance supports specified data type
TF = supports(tolObj,typeVal)
TF = supports(
determines
whether the tolerance supports a specific data type. It returns tolObj
,typeVal
)true
or false
(logical
0
or 1
).
The supports
method provides the ability for
a tolerance author to specify support for data types. Generally, the
method operates by examining the type of typeVal
to
determine whether it is supported.
|
|
|
Value used to determine tolerance support |