Sdílet prostřednictvím


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

Definice

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

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector512<T> OnesComplement(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector512<T> OnesComplement<T> (System.Runtime.Intrinsics.Vector512<T> vector);
static member OnesComplement : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function OnesComplement(Of T) (vector As Vector512(Of T)) As Vector512(Of T)

Parametry typu

T

Typ prvků ve vektoru.

Parametry

vector
Vector512<T>

Vektor, jehož jedn-doplněk se má vypočítat.

Návraty

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

Výjimky

Typ vector (T) není podporován.

Platí pro