Vector2.Zero プロパティ

定義

2 つの要素が 0 に等しいベクトルを返します。

public:
 static property System::Numerics::Vector2 Zero { System::Numerics::Vector2 get(); };
public static System.Numerics.Vector2 Zero { get; }
member this.Zero : System.Numerics.Vector2
Public Shared ReadOnly Property Zero As Vector2

プロパティ値

Vector2

2 つの要素が 0 に等しいベクトル (つまり、ベクトル (0,0) を返します)。

適用対象