Vector256<T>.Count 속성

정의

Vector256<T>에 있는 T의 개수를 가져옵니다.

public:
 static property int Count { int get(); };
public static int Count { get; }
static member Count : int
static member Count : int
Public Shared ReadOnly Property Count As Integer

속성 값

예외

현재 인스턴스의 형식(T)은 지원되지 않습니다.

적용 대상