다음을 통해 공유


Vector.IsNegative<T>(Vector<T>) 메서드

정의

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)

형식 매개 변수

T

매개 변수

vector
Vector<T>

반환

적용 대상