VectorMagnitude Function

Top  Previous  Next

Description

Returns the magnitude of a vector. If the array has more than 3 elements, only the first 3 elements of the array are considered.

 

This function has been Deprecated. Please use Array.Norm() or Matrix.Norm() instead.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

VectorMagnitude(Array vector)

Variable

Returns the magnitude of a vector. If the array has more than 3 elements, only the first 3 elements of the array are considered.

 

 

See also

Functions