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)。

适用于