Vector4.Length(Vector4) Method (Microsoft.DirectX)
Returns the length of a 4-D vector.
Definition
Visual Basic Public Shared Function Length( _
ByVal source As Vector4 _
) As SingleC# public static float Length(
Vector4 source
);C++ public:
static float Length(
Vector4 source
);JScript public static function Length(
source : Vector4
) : float;
Parameters
source Microsoft.DirectX.Vector4
Source Vector4 structure.
Return Value
System.Single
A Single value that indicates the vector's length.
See Also