Vector3.IsNegative(Vector3) 메서드

정의

벡터의 어떤 요소가 음수 실수인지를 결정합니다.

public:
 static System::Numerics::Vector3 IsNegative(System::Numerics::Vector3 vector);
public static System.Numerics.Vector3 IsNegative(System.Numerics.Vector3 vector);
static member IsNegative : System.Numerics.Vector3 -> System.Numerics.Vector3
Public Shared Function IsNegative (vector As Vector3) As Vector3

매개 변수

vector
Vector3

확인할 벡터입니다.

반품

해당 요소가 vector 음수인지에 따라 요소가 모두 비트 집합이거나 0인 벡터입니다.

적용 대상