Vector4::Length Method

Returns the length of this vector object.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
float Length()

Return Value

Type: System::Single
The vector's length.
Show: