IFrameOperation<'V>
Namespace: Deedle
Represents an operation that can be invoked on Frame<'R, 'C>
. The operation
is generic in the type of row and column keys.
Instance members
Instance member | Description |
Invoke(arg1)
Signature: Frame<'R,'C> -> 'V
Modifiers: abstract Type parameters: 'C |