다음을 통해 공유


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입니다.

적용 대상