Share via


Vector4.LengthSq Method (Vector4)

Returns the square of the length of the specified 4-D vector.

Namespace: Microsoft.WindowsMobile.DirectX
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Shared Function LengthSq ( _
    source As Vector4 _
) As Single
'Usage
Dim source As Vector4
Dim returnValue As Single

returnValue = Vector4.LengthSq(source)
public static float LengthSq (
    Vector4 source
)
public:
static float LengthSq (
    Vector4 source
)
public static float LengthSq (
    Vector4 source
)
public static function LengthSq (
    source : Vector4
) : float
Not applicable.

Parameters

Return Value

The square of the length of the vector specified by source.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.WindowsMobile.DirectX Namespace