Vector2.IsNegative(Vector2) 메서드

정의

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

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

매개 변수

vector
Vector2

확인할 벡터입니다.

반품

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

적용 대상