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

低い順序の <langword>ulong</langword>。

high
UInt64

高次 <langword>ulong</langword>。

適用対象