| ISeriesK Interface |
Namespace: Deedle
The ISeriesK type exposes the following members.
| Name | Description | |
|---|---|---|
| Index |
Returns the index containing keys of the series
| |
| Vector |
Returns the vector containing data of the series (as an untyped vector)
| |
| VectorBuilder |
Returns the vector builder associated with this series
|
| Name | Description | |
|---|---|---|
| TryGetObject |
Attempts to get the value at a specified key and return it as `obj`
|