Sdílet prostřednictvím


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

Definice

Vypočítá jedinový doplněk vektoru.

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

Parametry typu

T

Typ prvků ve vektoru.

Parametry

vector
Vector64<T>

Vektor, jehož jedn-doplněk má být vypočten.

Návraty

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

Výjimky

Typ vector (T) není podporován.

Platí pro