Click or drag to resize
FrameExtensionsSelectTRowKey, TColumnKey, a, b Method (FrameTRowKey, TColumnKey, FuncKeyValuePairTRowKey, ObjectSeriesTColumnKey, Int32, a)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<TRowKey, b> Select<TRowKey, TColumnKey, a, b>(
	this Frame<TRowKey, TColumnKey> frame,
	Func<KeyValuePair<TRowKey, ObjectSeries<TColumnKey>>, int, a> projection
)
where a : Object, ISeries<b>

Parameters

frame
Type: DeedleFrameTRowKey, TColumnKey

[Missing <param name="frame"/> documentation for "M:Deedle.FrameExtensions.Select``4(Deedle.Frame{``0,``1},System.Func{System.Collections.Generic.KeyValuePair{``0,Deedle.ObjectSeries{``1}},System.Int32,``2})"]

projection
Type: SystemFuncKeyValuePairTRowKey, ObjectSeriesTColumnKey, Int32, a

[Missing <param name="projection"/> documentation for "M:Deedle.FrameExtensions.Select``4(Deedle.Frame{``0,``1},System.Func{System.Collections.Generic.KeyValuePair{``0,Deedle.ObjectSeries{``1}},System.Int32,``2})"]

Type Parameters

TRowKey
TColumnKey
a
b

Return Value

Type: FrameTRowKey, b

[Missing <returns> documentation for "M:Deedle.FrameExtensions.Select``4(Deedle.Frame{``0,``1},System.Func{System.Collections.Generic.KeyValuePair{``0,Deedle.ObjectSeries{``1}},System.Int32,``2})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FrameTRowKey, TColumnKey. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also