Vector.IsNegativeInfinity<T>(Vector<T>) Méthode

Définition

Détermine les éléments d’un vecteur qui sont l’infini négatif.

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

Paramètres de type

T

Type des éléments dans le vecteur.

Paramètres

vector
Vector<T>

Vecteur à vérifier.

Retours

Vecteur dont les éléments sont tous-bits-set ou zéro, selon si les éléments correspondants étaient vector l’infini négatif.

S’applique à