KeyDataViewType 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| KeyDataViewType(Type, Int32) |
初始化 KeyDataViewType 类的新实例。 这与假设的更通用 KeyDataViewType(Type, UInt64) 的构造函数不同,它采用 Int32 为 |
| KeyDataViewType(Type, UInt64) |
初始化 KeyDataViewType 类的新实例。 |
KeyDataViewType(Type, Int32)
- Source:
- KeyDataViewType.cs
- Source:
- KeyDataViewType.cs
- Source:
- KeyDataViewType.cs
初始化 KeyDataViewType 类的新实例。 这与假设的更通用 KeyDataViewType(Type, UInt64) 的构造函数不同,它采用 Int32 为 count,以更自然地促进将键值用作对某种形式的数组或列表的枚举的最常见情况。
public KeyDataViewType(Type type, int count);
new Microsoft.ML.Data.KeyDataViewType : Type * int -> Microsoft.ML.Data.KeyDataViewType
Public Sub New (type As Type, count As Integer)
参数
适用于
KeyDataViewType(Type, UInt64)
- Source:
- KeyDataViewType.cs
- Source:
- KeyDataViewType.cs
- Source:
- KeyDataViewType.cs
初始化 KeyDataViewType 类的新实例。
public KeyDataViewType(Type type, ulong count);
new Microsoft.ML.Data.KeyDataViewType : Type * uint64 -> Microsoft.ML.Data.KeyDataViewType
Public Sub New (type As Type, count As ULong)