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