Vector4.GreaterThanAll(Vector4, Vector4) Metoda

Definice

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

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

Parametry

left
Vector4

Vektor, který se má porovnat s right.

right
Vector4

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