Vector.IsPositiveInfinity<T>(Vector<T>) Metoda

Definicja

Określa, które elementy w wektorze są dodatnią nieskończonością.

public:
generic <typename T>
 static System::Numerics::Vector<T> IsPositiveInfinity(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsPositiveInfinity<T>(System.Numerics.Vector<T> vector);
static member IsPositiveInfinity : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsPositiveInfinity(Of T) (vector As Vector(Of T)) As Vector(Of T)

Parametry typu

T

Typ elementów w wektorze.

Parametry

vector
Vector<T>

Wektor do sprawdzenia.

Zwraca

Wektor, którego elementy są zestawem wszystkich bitów lub zero, w zależności od tego, czy odpowiednie elementy w obiekcie vector były dodatnią nieskończonością.

Dotyczy