Return to Statement


Length of a Vector (Magnitude) Example

The following statements show the use of the VLENF function.

Statement

Assigned Value

NUMBER/A(3)

 

DATA/A,3,4,0

A(1)=3,A(2)=4,A(3)=0

LGTH=VLENF(A)

LGTH=5