VBuffer<T>.Length Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The logical length of the buffer.
public readonly int Length;
val mutable Length : int
Public ReadOnly Length As Integer
Field Value
Remarks
Note that if this vector IsDense, then this will be the same as the Length as returned from GetValues(), since all values are explicitly represented in a dense representation. If this is a sparse representation, then that Length will be somewhat shorter, as this field contains the number of both explicit and implicit entries.