DataViewRowId(UInt64, UInt64) 构造函数

定义

初始化 DataViewRowId 类的新实例。

public DataViewRowId (ulong low, ulong high);
new Microsoft.ML.Data.DataViewRowId : uint64 * uint64 -> Microsoft.ML.Data.DataViewRowId
Public Sub New (low As ULong, high As ULong)

参数

low
UInt64

低阶 ulong。

high
UInt64

高阶 ulong。

适用于