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

Langword ulong</langword>> de orden <bajo.

high
UInt64

Langword ulong</langword>> de orden <alto.

Se aplica a