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 。

適用於