Share via


KeyCount Constructors

Definition

Overloads

KeyCount()

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to the largest integer that can be expresed by the underlying datatype of the KeyDataViewType.

KeyCount(UInt64)

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to count

KeyCount()

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to the largest integer that can be expresed by the underlying datatype of the KeyDataViewType.

public KeyCount ();
Public Sub New ()

Applies to

KeyCount(UInt64)

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to count

public KeyCount (ulong count);
new Microsoft.ML.Data.KeyCount : uint64 -> Microsoft.ML.Data.KeyCount
Public Sub New (count As ULong)

Parameters

count
UInt64

Applies to