Compartir a través de


DataViewRowId(UInt64, UInt64) Constructor

Definición

Inicializa una nueva instancia de 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)

Parámetros

low
UInt64

Ulong de orden bajo.

high
UInt64

El ulong de orden alto.

Se aplica a