共用方式為


Vector4.LengthSquared 屬性

定義

取得向量長度的平方 (大小) 。

public float LengthSquared { get; }
member this.LengthSquared : single

屬性值

備註

此屬性可避免 Length 屬性所需的昂貴平方根作業。 這可讓它更適合用於比較。 Length

適用於

另請參閱