RowSeries
Constructors
Constructor | Description |
new RowSeries
Signature:series:Series<'TRowKey,ObjectSeries<'TColumnKey>> -> RowSeries<'TRowKey,'TColumnKey>
|
|
new RowSeries
Signature:(index:IIndex<'TRowKey> * vector:IVector<ObjectSeries<'TColumnKey>> * vectorBuilder:IVectorBuilder * indexBuilder:IIndexBuilder) -> RowSeries<'TRowKey,'TColumnKey>
|
Instance members
Instance member | Description |
rowSeries.GetByLevel(level)
Signature:level:ICustomLookup<'TRowKey> -> Frame<'TRowKey,'TColumnKey>
|
|
rowSeries.GetSlice(lo, hi)
Signature:(lo:'TRowKey option * hi:'TRowKey option) -> Frame<'TRowKey,'TColumnKey>
|
|
rowSeries.[level]
Signature:level:ICustomLookup<'TRowKey> -> Frame<'TRowKey,'TColumnKey>
|
|
rowSeries.[items]
Signature:items:seq<'TRowKey> -> Frame<'TRowKey,'TColumnKey>
|