Vector4.NegativeInfinity 속성

정의

요소가 NegativeInfinity같은 벡터를 가져옵니다.

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

속성 값

요소가 같은 NegativeInfinity 벡터입니다(즉, 벡터를 Create(float.NegativeInfinity)반환).

적용 대상