|
|
◆ tsequence_make_exp()
| TSequence * tsequence_make_exp |
( |
TInstant ** |
instants, |
|
|
int |
count, |
|
|
int |
maxcount, |
|
|
bool |
lower_inc, |
|
|
bool |
upper_inc, |
|
|
interpType |
interp, |
|
|
bool |
normalize |
|
) |
| |
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 |
|