Vector4.Length 方法

定义

返回此向量对象的长度。

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

返回

向量的长度。

适用于

另请参阅