Vector4.One プロパティ

定義

4 つの要素が 1 に等しいベクトルを取得します。

public:
 static property System::Numerics::Vector4 One { System::Numerics::Vector4 get(); };
public static System.Numerics.Vector4 One { get; }
static member One : System.Numerics.Vector4
Public Shared ReadOnly Property One As Vector4

プロパティ値

Vector4 が返されます。

注釈

4 つの要素が 1 と等しいベクトル (つまり、ベクター (1,1,1,1)を返します)。

適用対象