VectorMagnitude(Array) Function |
Top |
DescriptionReturns 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.
Function Signature
Arguments
Return Value
Returns the magnitude of a vector. If the array has more than 3 elements, only the first 3 elements of the array are considered.
Syntax
See also
|