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

備註

四個元素等於一個 (的向量,它會傳回向量 (1,1,1,1)) 。

適用於