VectorDataViewType.Size Property

Definition

The size of the vector. A value of zero means it is a vector whose size is unknown. A vector whose size is known should correspond to values that always have the same Length, whereas one whose size is unknown may have values whose Length varies from record to record. Note that this is always the product of the elements in Dimensions.

public int Size { get; }
member this.Size : int
Public ReadOnly Property Size As Integer

Property Value

Applies to