MobilityDB 1.1

◆ floatset_value_n()

bool floatset_value_n ( const Set s,
int  n,
double *  result 
)

Return the n-th value of a float set.

Parameters
[in]sFloat 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()