VECTOR_SIZE

Syntax

int_val = VECTOR_SIZE ( vector_handle );
Input arguments:
handle vector_handle Vector.

Return Values

Success:
int vector_size Vector size.
Failure:
int -1 Null input handle.

Description

This function gets the size of the given vector in number of elements it contains.