Vector4.NegativeZero 속성

정의

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

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

속성 값

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

적용 대상