次の方法で共有


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。

適用対象