MobilityDB 1.1

◆ tsequence_make_free()

TSequence * tsequence_make_free ( TInstant **  instants,
int  count,
bool  lower_inc,
bool  upper_inc,
interpType  interp,
bool  normalize 
)

Construct a temporal sequence from an array of temporal instants and free the array and the instants after the creation.

Parameters
[in]instantsArray of instants
[in]countNumber of elements in the array
[in]lower_inc,upper_incTrue if the respective bound is inclusive
[in]interpInterpolation
[in]normalizeTrue if the resulting value should be normalized
See also
tsequence_make