Vector::Length Property

 

Gets the length of this vector.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property double Length {
	double get();
}

Property Value

Type: System::Double

The length of this vector.

The length of a vector is sometimes referred to as the magnitude.

The following example shows how use this property to get the length of a vector.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: