Click or drag to resize
FrameTRowKey, TColumnKeySelectValuesT1, T2 Method
[category:Projection and filtering]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Frame<TRowKey, TColumnKey> SelectValues<T1, T2>(
	Func<T1, T2> f
)

Parameters

f
Type: SystemFuncT1, T2

[Missing <param name="f"/> documentation for "M:Deedle.Frame`2.SelectValues``2(System.Func{``0,``1})"]

Type Parameters

T1
T2

Return Value

Type: FrameTRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.Frame`2.SelectValues``2(System.Func{``0,``1})"]

See Also