Vector512.ExtractMostSignificantBits<T>(Vector512<T>) Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Extraherar den viktigaste biten från varje element i en vektor.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::UInt64 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static ulong ExtractMostSignificantBits<T>(this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector512<'T> -> uint64
<Extension()>
Public Function ExtractMostSignificantBits(Of T) (vector As Vector512(Of T)) As ULong

Typparametrar

T

Typ av element i vektorn.

Parametrar

vector
Vector512<T>

Vektorn vars element ska ha sin viktigaste bit extraherad.

Returer

De paketerade viktigaste bitarna som extraherats från elementen i vector.

Attribut

Undantag

Typen av vector (T) stöds inte.

Gäller för