Return an array of N temporal boxes from the segments of a temporal number sequence with continuous interpolation (iterator function)
- Parameters
-
[in] | seq | Temporal value |
[in] | box_count | Number of elements in the output array |
[out] | result | If the number of segments is <= box_count , the result contains one box per segment. Otherwise, consecutive segments are combined into a single box in the result to reach the given number of boxes. |
- Returns
- Number of elements in the output array