print

Method:

print - print vector

Syntax:

v.print()

Parameters:

-

Returns:

-

Description:

Print out the current value of the vector.

Example:

v.set(1, 2, 3);