Share via


Vector512.ExtractMostSignificantBits<T>(Vector512<T>) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

벡터의 각 요소에서 가장 중요한 비트를 추출합니다.

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

형식 매개 변수

T

벡터에 있는 요소의 형식입니다.

매개 변수

vector
Vector512<T>

요소가 가장 중요한 비트를 추출해야 하는 벡터입니다.

반환

의 요소 vector에서 추출된 가장 중요한 압축된 비트입니다.

특성

예외

vector(T)의 형식은 지원되지 않습니다.

적용 대상