Split a temporal value into an array of fragments according to value bins.
- Parameters
-
| [in] | seq | Temporal value |
| [in] | start_bin | Value of the start bin |
| [in] | size | Size of the value bins |
| [in] | count | Number of bins |
| [out] | bins | Start value of the bins containing the fragments |
| [out] | newcount | Number of elements in output arrays |