Vector256.ExtractMostSignificantBits<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í.
Důležité
Toto rozhraní API neodpovídá specifikaci CLS.
Extrahuje nejvýznamnější bit z každého prvku vektoru.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector256<T> vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector256<T> vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> uint32 (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T> -> uint32
<Extension()>
Public Function ExtractMostSignificantBits(Of T As Structure) (vector As Vector256(Of T)) As UInteger
<Extension()>
Public Function ExtractMostSignificantBits(Of T) (vector As Vector256(Of T)) As UInteger
Parametry typu
- T
Typ prvků ve vektoru.
Parametry
- vector
- Vector256<T>
Vektor, jehož prvky by měly mít svůj nejvýznamnější bit extrahovaný.
Návraty
Zabalené nejvýznamnější bity extrahované z prvků v vector
.
- Atributy
Výjimky
Typ vector
(T
) není podporován.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.