Click or drag to resize
FrameExtensionsFilterRowsByTRowKey, TColumnKey, V Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<TRowKey, TColumnKey> FilterRowsBy<TRowKey, TColumnKey, V>(
	this Frame<TRowKey, TColumnKey> frame,
	TColumnKey column,
	Object value
)

Parameters

frame
Type: DeedleFrameTRowKey, TColumnKey

[Missing <param name="frame"/> documentation for "M:Deedle.FrameExtensions.FilterRowsBy``3(Deedle.Frame{``0,``1},``1,System.Object)"]

column
Type: TColumnKey

[Missing <param name="column"/> documentation for "M:Deedle.FrameExtensions.FilterRowsBy``3(Deedle.Frame{``0,``1},``1,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Deedle.FrameExtensions.FilterRowsBy``3(Deedle.Frame{``0,``1},``1,System.Object)"]

Type Parameters

TRowKey
TColumnKey
V

Return Value

Type: FrameTRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.FrameExtensions.FilterRowsBy``3(Deedle.Frame{``0,``1},``1,System.Object)"]

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