Vector3.NegativeZero 속성

정의

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

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

속성 값

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

적용 대상