Vector.Count<T>(Vector<T>, T) 메서드

정의

지정된 값과 같은 벡터의 요소 수를 결정합니다.

public:
generic <typename T>
 static int Count(System::Numerics::Vector<T> vector, T value);
public static int Count<T>(System.Numerics.Vector<T> vector, T value);
static member Count : System.Numerics.Vector<'T> * 'T -> int
Public Function Count(Of T) (vector As Vector(Of T), value As T) As Integer

형식 매개 변수

T

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

매개 변수

vector
Vector<T>

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

value
T

체크 인할 값입니다. vector

반품

같음의 vector 요소 수입니다 value.

적용 대상