Vector2.One 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得其 2 個元素等於 1 的向量。
public:
static property System::Numerics::Vector2 One { System::Numerics::Vector2 get(); };
public static System.Numerics.Vector2 One { get; }
static member One : System.Numerics.Vector2
Public Shared ReadOnly Property One As Vector2
屬性值
其中兩個元素等於一個 (的向量,它會傳回向量 (1,1)
) 。