Click or drag to resize
VectorCallSiteR Interface
Represents a generic function `\forall.'T.(IVector<'T> -> 'R)`. The function can be generically invoked on an argument of type `IVector` using `IVector.Invoke` [category:Vectors and indices]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public interface VectorCallSite<R>

Type Parameters

R

The VectorCallSiteR type exposes the following members.

Methods
See Also