Vector256.Negate<T>(Vector256<T>) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Negerar en vektor.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector256<T> Negate(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector256<T> Negate(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> Negate<T>(System.Runtime.Intrinsics.Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> Negate<T>(System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
static member Negate : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<'T>
static member Negate : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Negate(Of T) (vector As Vector256(Of T)) As Vector256(Of T)
Public Function Negate(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- vector
- Vector256<T>
Vektorn som ska negera.
Returer
En vektor vars element är negation av motsvarande element i vector.
Undantag
Typen av vector (T) stöds inte.