Vector4.One 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得其 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)
) 。