| SeriesK, VVector Property |
Returns the vector associated with this series. This member should not generally
be accessed directly, because all functionality is exposed through series operations.
[category:Series data]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public IVector<V> Vector { get; }
Property Value
Type:
IVectorV[Missing <value> documentation for "P:Deedle.Series`2.Vector"]
See Also