Vector2.NegativeInfinity 屬性

定義

得到一個向量,其元素 NegativeInfinity等於 。

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

屬性值

一個元素等於 的 NegativeInfinity 向量(即回傳向量 Create(float.NegativeInfinity))。

適用於