next up previous contents index
Next: Interface sort Up: Module table_module Previous: Interface insert   Contents   Index

Interface find


\begin{boxedminipage}{\textwidth}
\begin{verbatim}i = find(this,n)
i = find(this,n[,mask])\end{verbatim}
\end{boxedminipage}

Search the integer part of a table for a given element or array.

this -- type(table), intent(in)

n -- integer, intent(in), scalar or dimension(:)

mask -- logical, optional, intent(in), dimension(:)

Return value -- integer
sort interface

gabor 2009-06-30