Vector.LessThan Metoda
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
LessThan(Vector<Double>, Vector<Double>) |
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinnou čárkou menší než jejich odpovídající prvky ve druhém vektoru s plovoucí desetinnou čárkou s dvojitou přesností. |
LessThan(Vector<Int32>, Vector<Int32>) |
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom celočíselném vektoru menší než jejich odpovídající prvky ve druhém celočíselném vektoru. |
LessThan(Vector<Int64>, Vector<Int64>) |
Vrátí nový dlouhý celočíselnou vektor, jehož prvky signalizují, zda jsou prvky v jednom dlouhém celočíselném vektoru menší než jejich odpovídající prvky v druhém dlouhém celočíselném vektoru. |
LessThan(Vector<Single>, Vector<Single>) |
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru přesnosti menší než jejich odpovídající prvky ve druhém vektoru s jednou přesností. |
LessThan<T>(Vector<T>, Vector<T>) |
Vrátí nový vektor zadaného typu, jehož prvky signalizují, zda jsou prvky v jednom vektoru menší než jejich odpovídající prvky ve druhém vektoru. |
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru s plovoucí desetinnou čárkou menší než jejich odpovídající prvky ve druhém vektoru s plovoucí desetinnou čárkou s dvojitou přesností.
public:
static System::Numerics::Vector<long> LessThan(System::Numerics::Vector<double> left, System::Numerics::Vector<double> right);
public static System.Numerics.Vector<long> LessThan (System.Numerics.Vector<double> left, System.Numerics.Vector<double> right);
static member LessThan : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Shared Function LessThan (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Long)
Public Function LessThan (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Long)
Parametry
Návraty
Výsledný celočíselný vektor.
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom celočíselném vektoru menší než jejich odpovídající prvky ve druhém celočíselném vektoru.
public:
static System::Numerics::Vector<int> LessThan(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<int> LessThan (System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member LessThan : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function LessThan (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)
Public Function LessThan (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)
Parametry
Návraty
Výsledný celočíselný vektor.
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
Vrátí nový dlouhý celočíselnou vektor, jehož prvky signalizují, zda jsou prvky v jednom dlouhém celočíselném vektoru menší než jejich odpovídající prvky v druhém dlouhém celočíselném vektoru.
public:
static System::Numerics::Vector<long> LessThan(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<long> LessThan (System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member LessThan : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function LessThan (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)
Public Function LessThan (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)
Parametry
Návraty
Výsledný dlouhý celočíselná vektor.
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
Vrátí nový celočíselný vektor, jehož prvky signalizují, zda jsou prvky v jednom vektoru přesnosti menší než jejich odpovídající prvky ve druhém vektoru s jednou přesností.
public:
static System::Numerics::Vector<int> LessThan(System::Numerics::Vector<float> left, System::Numerics::Vector<float> right);
public static System.Numerics.Vector<int> LessThan (System.Numerics.Vector<float> left, System.Numerics.Vector<float> right);
static member LessThan : System.Numerics.Vector<single> * System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Shared Function LessThan (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Integer)
Public Function LessThan (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Integer)
Parametry
Návraty
Výsledný celočíselný vektor.
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
- Zdroj:
- Vector.cs
Vrátí nový vektor zadaného typu, jehož prvky signalizují, zda jsou prvky v jednom vektoru menší než jejich odpovídající prvky ve druhém vektoru.
public:
generic <typename T>
where T : value class static System::Numerics::Vector<T> LessThan(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public:
generic <typename T>
static System::Numerics::Vector<T> LessThan(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static System.Numerics.Vector<T> LessThan<T> (System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct;
public static System.Numerics.Vector<T> LessThan<T> (System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member LessThan : 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 LessThan : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Function LessThan(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)
Public Function LessThan(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)
Public Function LessThan(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, který se má porovnat.
- right
- Vector<T>
Druhý vektor, který se má porovnat.
Návraty
Výsledný vektor.
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
Zpětná vazba k produktu .NET
.NET je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: