Restrict a temporal sequence to (the complement of) a base value.
- Parameters
-
[in] | seq | Temporal sequence |
[in] | value | Base values |
[in] | atfunc | True if the restriction is at , false for minus |
- Note
- There is no bounding box or instantaneous test in this function, they are done in the
atValue
and minusValue
functions since the latter are called for each sequence in a sequence set or for each element in the array for the atValues
and minusValues
functions.