KeyCount 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
KeyCount() |
將資料行有效值的 KeyDataViewType 基數或計數初始化為可由 基礎資料類型 KeyDataViewType 所表示的最大整數。 |
KeyCount(UInt64) |
將資料行有效值的 KeyDataViewType 基數或計數初始化為 |
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