Vector256.ExtractMostSignificantBits<T>(Vector256<T>) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Extraheert de belangrijkste bit van elk element in een vector.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::UInt32 ExtractMostSignificantBits(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
 where T : value class[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);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T>(this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T> -> uint32
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> uint32 (requires 'T : struct)
<Extension()>
Public Function ExtractMostSignificantBits(Of T) (vector As Vector256(Of T)) As UInteger
<Extension()>
Public Function ExtractMostSignificantBits(Of T As Structure) (vector As Vector256(Of T)) As UInteger

Type parameters

T

Het type van de elementen in de vector.

Parameters

vector
Vector256<T>

De vector waarvan de elementen hun belangrijkste bit moeten hebben geëxtraheerd.

Retouren

De verpakte belangrijkste bits geëxtraheerd uit de elementen in vector.

Kenmerken

Uitzonderingen

Het type vector (T) wordt niet ondersteund.

Van toepassing op