Vector2.GreaterThanAll(Vector2, Vector2) Metoda

Definice

Porovná dva vektory a určí, jestli jsou všechny prvky větší.

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

Parametry

left
Vector2

Vektor, který se má porovnat s right.

right
Vector2

Vektor, který se má porovnat s left.

Návraty

true pokud byly všechny prvky větší left než odpovídající prvek v right.

Platí pro