MobilityDB 1.1

◆ intset_value_n()

bool intset_value_n ( const Set s,
int  n,
int *  result 
)

Return the n-th value of an integer set.

Parameters
[in]sInteger set
[in]nNumber
[out]resultValue
Returns
Return true if the value is found
Note
It is assumed that n is 1-based
SQL Function:
valueN()
PyMEOS Function:
valueN()