|
|
◆ spanset_make_free()
| SpanSet * spanset_make_free |
( |
Span * |
spans, |
|
|
int |
count, |
|
|
bool |
normalize, |
|
|
bool |
order |
|
) |
| |
Return a span set from an array of spans and free the input array of spans after the creation.
- Parameters
-
| [in] | spans | Array of spans |
| [in] | count | Number of elements in the array |
| [in] | normalize | True if the resulting value should be normalized. |
| [in] | order | True if the input spans should be ordered |
- See also
- spanset_make
|