serializeVector

Converts a ref_Vector to a parameter string.

Signatures

  •   serializeVector( vector )

Example

 console.log( serializeVector([5, 1, 2]) );
 

Output

 <[5,1,2]>
 

Parameters

vector

Data type ref_Vector containing the input value.

Return value

A string containing the paramate representation of vector.