Vector512<T>.Count 属性

定义

获取 Vector512<T>T 的数量。

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

属性值

例外

不支持向量 (T) 的类型。

适用于