Vector128.IndexOfWhereAllBitsSet<T>(Vector128<T>) 메서드

정의

모든 비트가 설정된 벡터에서 첫 번째 요소의 인덱스를 결정합니다.

public:
generic <typename T>
 static int IndexOfWhereAllBitsSet(System::Runtime::Intrinsics::Vector128<T> vector);
public static int IndexOfWhereAllBitsSet<T>(System.Runtime.Intrinsics.Vector128<T> vector);
static member IndexOfWhereAllBitsSet : System.Runtime.Intrinsics.Vector128<'T> -> int
Public Function IndexOfWhereAllBitsSet(Of T) (vector As Vector128(Of T)) As Integer

형식 매개 변수

T

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

매개 변수

vector
Vector128<T>

요소를 검사할 벡터입니다.

반품

모든 비트가 설정된 첫 번째 요소를 나타내는 인덱 vector 스입니다. 그렇지 않으면 -1 해당 요소가 없는 경우입니다.

예외

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

적용 대상