matlab.unittest.constraints.IsFinite class
Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying finite value
Construction
IsFinite
creates
a constraint that is able to determine if all values of an actual
value array are finite. This constraint is satisfied only if the actual
value array does not contain any infinite or NaN
values.
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.