|
◆ tsequence_make_exp()
Return a temporal sequence from an array of temporal instants enabling the data structure to expand.
- Parameters
-
[in] | instants | Array of instants |
[in] | count | Number of elements in the array |
[in] | maxcount | Maximum number of elements in the array |
[in] | lower_inc,upper_inc | True if the respective bound is inclusive |
[in] | interp | Interpolation |
[in] | normalize | True if the resulting value should be normalized |
|