Vector256.OnesComplement<T>(Vector256<T>) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Vektor, jehož prvky jsou doplňkem odpovídajících prvků v vector
.