Click or drag to resize
IVectorTData Property
Returns all data of the vector in one of the supported formats. Depending on the vector, data may be returned as a continuous block of memory using `ReadOnlyCollection<T>` or as a lazy sequence `seq<T>`.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
VectorData<T> Data { get; }

Property Value

Type: VectorDataT

[Missing <value> documentation for "P:Deedle.IVector`1.Data"]

See Also