Vector.IsNormal<T>(Vector<T>) 메서드

정의

벡터의 어떤 요소가 정상인지 결정합니다.

public:
generic <typename T>
 static System::Numerics::Vector<T> IsNormal(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsNormal<T>(System.Numerics.Vector<T> vector);
static member IsNormal : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsNormal(Of T) (vector As Vector(Of T)) As Vector(Of T)

형식 매개 변수

T

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

매개 변수

vector
Vector<T>

확인할 벡터입니다.

반품

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

적용 대상