KeyCount 建構函式

定義

多載

KeyCount()

將資料行有效值的 KeyDataViewType 基數或計數初始化為可由 基礎資料類型 KeyDataViewType 所表示的最大整數。

KeyCount(UInt64)

將資料行有效值的 KeyDataViewType 基數或計數初始化為 count

KeyCount()

將資料行有效值的 KeyDataViewType 基數或計數初始化為可由 基礎資料類型 KeyDataViewType 所表示的最大整數。

public KeyCount ();
Public Sub New ()

適用於

KeyCount(UInt64)

將資料行有效值的 KeyDataViewType 基數或計數初始化為 count

public KeyCount (ulong count);
new Microsoft.ML.Data.KeyCount : uint64 -> Microsoft.ML.Data.KeyCount
Public Sub New (count As ULong)

參數

count
UInt64

適用於