Vector2.LessThanAll(Vector2, Vector2) 메서드

정의

두 벡터를 비교하여 모든 요소가 더 적은지 확인합니다.

public:
 static bool LessThanAll(System::Numerics::Vector2 left, System::Numerics::Vector2 right);
public static bool LessThanAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right);
static member LessThanAll : System.Numerics.Vector2 * System.Numerics.Vector2 -> bool
Public Shared Function LessThanAll (left As Vector2, right As Vector2) As Boolean

매개 변수

left
Vector2

비교할 벡터입니다 right.

right
Vector2

비교할 벡터입니다 left.

반품

true 의 모든 요소가 에 있는 left 해당 요소보다 작으면 입니다 right.

적용 대상