ISeries
Represents an untyped series with keys of type K
and values of some unknown type
(This type should not generally be used directly, but it can be used when you need
to write code that works on a sequence of series of heterogeneous types).
Instance members
Instance member | Description |
iSeries.Index
Signature:IIndex<'K>
Modifiers: abstract |
Returns the index containing keys of the series |
iSeries.TryGetObject(arg1)
Signature:'K -> OptionalValue<obj>
Modifiers: abstract |
Attempts to get the value at a specified key and return it as |
iSeries.Vector
Signature:IVector
Modifiers: abstract |
Returns the vector containing data of the series (as an untyped vector) |