EmbeddingVector.Count Property

Definition

public:
 property unsigned int Count { unsigned int get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
uint32_t Count();
uint32_t Count();
[Windows.Foundation.Metadata.Experimental]
public uint Count { [Windows.Foundation.Metadata.Experimental] get; }
public uint Count { get; }
var uInt32 = embeddingVector.count;
Public ReadOnly Property Count As UInteger

Property Value

UInt32

unsigned int

uint32_t

Attributes

Applies to