DIPlib Documentation - ©1995-2014 Quantitative Imaging Group, Delft University of Technology.

ComplexArrayFind

Find value in array

SYNOPSIS

dip_Error dip_ComplexArrayFind ( array, value, index, found )

FUNCTION

Finds a value in an array and "returns" its index in the array. If found is zero, ComplexArrayFind will produce an error if value is not found, otherwise found obtains the search result (DIP_FALSE if value is not found).

ARGUMENTS

Data typeNameDescription
dip_ComplexArrayarrayArray to find value in
dip_complexvalueValue to find
dip_int *indexIndex of the found value
dip_Boolean *foundValue found or not

SEE ALSO

ComplexArrayNew, ComplexArrayFree, ComplexArrayCopy, ComplexArrayFind

IntegerArrayFind, FloatArrayFind, ComplexArrayFind, DataTypeArrayFind, BooleanArrayFind, VoidPointerArrayFind