Vector128<T>.Count 属性

定义

获取 Vector128<T>T 的数量。

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

属性值

Int32

例外

不支持当前实例的类型 (T)。

适用于