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