Vector2.Length Method

Definition

Returns the length of the vector.

public:
 float Length();
public float Length ();
public readonly float Length ();
member this.Length : unit -> single
Public Function Length () As Single

Returns

The vector's length.

Applies to

See also