Vector4.GreaterThan(Vector4, Vector4) Metoda

Definice

Porovná dva vektory a určí, který z prvků je větší.

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

Parametry

left
Vector4

Vektor, který se má porovnat s left.

right
Vector4

Vektor, který se má porovnat s right.

Návraty

Vektor, jehož prvky jsou all-bits-set nebo nula, v závislosti na tom, zda jsou odpovídající prvky v left a right byly větší.

Platí pro