Vector64<T>.Count プロパティ

定義

Vector64<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) はサポートされていません。

適用対象