Vector256.IsEvenInteger<T>(Vector256<T>) 메서드

정의

벡터의 어떤 요소가 정수 값인지 확인합니다.

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector256<T> IsEvenInteger(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> IsEvenInteger<T>(System.Runtime.Intrinsics.Vector256<T> vector);
static member IsEvenInteger : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<'T>
Public Function IsEvenInteger(Of T) (vector As Vector256(Of T)) As Vector256(Of T)

형식 매개 변수

T

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

매개 변수

vector
Vector256<T>

확인할 벡터입니다.

반품

해당 요소가 vector 정수 값인지 여부에 따라 요소가 모두 비트 집합이거나 0인 벡터입니다.

적용 대상