| IVectorInvokeR Method |
Invokes the specified generic function (vector call site) with the current
instance of vector passed as a statically typed vector (ie. IVector<ElementType>)
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax R Invoke<R>(
VectorCallSite<R> param0
)
Parameters
- param0
- Type: DeedleVectorCallSiteR
[Missing <param name="param0"/> documentation for "M:Deedle.IVector.Invoke``1(Deedle.VectorCallSite{``0})"]
Type Parameters
- R
Return Value
Type:
R[Missing <returns> documentation for "M:Deedle.IVector.Invoke``1(Deedle.VectorCallSite{``0})"]
See Also