다음을 통해 공유


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)반환).

적용 대상