DataViewRowId(UInt64, UInt64) Constructor

Definition

Initializes a new instance of 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)

Parameters

low
UInt64

The low order ulong.

high
UInt64

The high order ulong.

Applies to