Sdílet prostřednictvím


Vector128.Negate<T>(Vector128<T>) Metoda

Definice

Negates a vector.

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector128<T> Negate(System::Runtime::Intrinsics::Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector128<T> Negate<T> (System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
static member Negate : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Negate(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of T)

Parametry typu

T

Typ prvků vektoru.

Parametry

vector
Vector128<T>

Vektor, který se má negovat.

Návraty

Vector128<T>

Vektor, jehož prvky jsou negací odpovídajících prvků v vector.

Platí pro