Sdílet prostřednictvím


Vector.GreaterThan Metoda

Definice

Přetížení

GreaterThan(Vector<Single>, Vector<Single>)

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinou čárkou s jednou přesností větší než jejich odpovídající prvky v druhém vektoru s plovoucí desetinou čárkou s jednou přesností.

GreaterThan(Vector<Double>, Vector<Double>)

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinou čárkou s dvojitou přesností větší než jejich odpovídající prvky ve druhém vektoru s plovoucí desetinou čárkou s dvojitou přesností.

GreaterThan(Vector<Int32>, Vector<Int32>)

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom celočíselném vektoru větší než jejich odpovídající prvky v druhém celočíselném vektoru.

GreaterThan(Vector<Int64>, Vector<Int64>)

Vrátí nový vektor dlouhého celého čísla, jehož prvky signalizují, zda jsou prvky v jednom dlouhém celočíselném vektoru větší než odpovídající prvky v druhém dlouhém celočíselném vektoru.

GreaterThan<T>(Vector<T>, Vector<T>)

Vrátí nový vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru zadaného typu větší než jejich odpovídající prvky v druhém vektoru stejného času.

GreaterThan(Vector<Single>, Vector<Single>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinou čárkou s jednou přesností větší než jejich odpovídající prvky v druhém vektoru s plovoucí desetinou čárkou s jednou přesností.

public:
 static System::Numerics::Vector<int> GreaterThan(System::Numerics::Vector<float> left, System::Numerics::Vector<float> right);
public static System.Numerics.Vector<int> GreaterThan (System.Numerics.Vector<float> left, System.Numerics.Vector<float> right);
static member GreaterThan : System.Numerics.Vector<single> * System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Shared Function GreaterThan (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Integer)
Public Function GreaterThan (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Integer)

Parametry

left
Vector<Single>

První vektor k porovnání.

right
Vector<Single>

Druhý vektor, který se má porovnat.

Návraty

Výsledný integrální vektor

Platí pro

GreaterThan(Vector<Double>, Vector<Double>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinou čárkou s dvojitou přesností větší než jejich odpovídající prvky ve druhém vektoru s plovoucí desetinou čárkou s dvojitou přesností.

public:
 static System::Numerics::Vector<long> GreaterThan(System::Numerics::Vector<double> left, System::Numerics::Vector<double> right);
public static System.Numerics.Vector<long> GreaterThan (System.Numerics.Vector<double> left, System.Numerics.Vector<double> right);
static member GreaterThan : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Shared Function GreaterThan (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Long)
Public Function GreaterThan (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Long)

Parametry

left
Vector<Double>

První vektor k porovnání.

right
Vector<Double>

Druhý vektor, který se má porovnat.

Návraty

Výsledný integrální vektor

Platí pro

GreaterThan(Vector<Int32>, Vector<Int32>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Vrátí nový integrální vektor, jehož prvky signalizují, zda jsou prvky v jednom celočíselném vektoru větší než jejich odpovídající prvky v druhém celočíselném vektoru.

public:
 static System::Numerics::Vector<int> GreaterThan(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<int> GreaterThan (System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member GreaterThan : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function GreaterThan (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)
Public Function GreaterThan (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)

Parametry

left
Vector<Int32>

První vektor k porovnání.

right
Vector<Int32>

Druhý vektor, který se má porovnat.

Návraty

Výsledný integrální vektor

Platí pro

GreaterThan(Vector<Int64>, Vector<Int64>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Vrátí nový vektor dlouhého celého čísla, jehož prvky signalizují, zda jsou prvky v jednom dlouhém celočíselném vektoru větší než odpovídající prvky v druhém dlouhém celočíselném vektoru.

public:
 static System::Numerics::Vector<long> GreaterThan(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<long> GreaterThan (System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member GreaterThan : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function GreaterThan (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)
Public Function GreaterThan (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)

Parametry

left
Vector<Int64>

První vektor k porovnání.

right
Vector<Int64>

Druhý vektor, který se má porovnat.

Návraty

Výsledný vektor dlouhého celého čísla.

Platí pro

GreaterThan<T>(Vector<T>, Vector<T>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Vrátí nový vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru zadaného typu větší než jejich odpovídající prvky v druhém vektoru stejného času.

public:
generic <typename T>
 where T : value class static System::Numerics::Vector<T> GreaterThan(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public:
generic <typename T>
 static System::Numerics::Vector<T> GreaterThan(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static System.Numerics.Vector<T> GreaterThan<T> (System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct;
public static System.Numerics.Vector<T> GreaterThan<T> (System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member GreaterThan : System.Numerics.Vector<'T (requires 'T : struct)> * System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)> (requires 'T : struct)
static member GreaterThan : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Function GreaterThan(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)
Public Function GreaterThan(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)
Public Function GreaterThan(Of T) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)

Parametry typu

T

Typ vektoru. T může být libovolný primitivní číselný typ.

Parametry

left
Vector<T>

První vektor k porovnání.

right
Vector<T>

Druhý vektor, který se má porovnat.

Návraty

Výsledný vektor

Platí pro