Partager via


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

Définition

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

Paramètres de type

T

Paramètres

vector
Vector<T>

Retours

S’applique à