Sdílet prostřednictvím


Vector256.OnesComplement<T>(Vector256<T>) Metoda

Definice

Vypočítá doplňky vektoru.

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

Parametry typu

T

Typ prvků vektoru.

Parametry

vector
Vector256<T>

Vektor, jehož náplně se mají vypočítat.

Návraty

Vector256<T>

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

Platí pro