Click or drag to resize
FrameExtensionsGetSliceTRowKey1, TRowKey2, TColKey Method (RowSeriesTupleTRowKey1, TRowKey2, TColKey, FSharpOptionTRowKey1, FSharpOptionTRowKey1, TRowKey2)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Frame<Tuple<TRowKey1, TRowKey2>, TColKey> GetSlice<TRowKey1, TRowKey2, TColKey>(
	this RowSeries<Tuple<TRowKey1, TRowKey2>, TColKey> series,
	FSharpOption<TRowKey1> lo1,
	FSharpOption<TRowKey1> hi1,
	TRowKey2 k2
)

Parameters

series
Type: DeedleRowSeriesTupleTRowKey1, TRowKey2, TColKey

[Missing <param name="series"/> documentation for "M:Deedle.FrameExtensions.GetSlice``3(Deedle.RowSeries{System.Tuple{``0,``1},``2},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0},``1)"]

lo1
Type: Microsoft.FSharp.CoreFSharpOptionTRowKey1

[Missing <param name="lo1"/> documentation for "M:Deedle.FrameExtensions.GetSlice``3(Deedle.RowSeries{System.Tuple{``0,``1},``2},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0},``1)"]

hi1
Type: Microsoft.FSharp.CoreFSharpOptionTRowKey1

[Missing <param name="hi1"/> documentation for "M:Deedle.FrameExtensions.GetSlice``3(Deedle.RowSeries{System.Tuple{``0,``1},``2},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0},``1)"]

k2
Type: TRowKey2

[Missing <param name="k2"/> documentation for "M:Deedle.FrameExtensions.GetSlice``3(Deedle.RowSeries{System.Tuple{``0,``1},``2},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0},``1)"]

Type Parameters

TRowKey1
TRowKey2
TColKey

Return Value

Type: FrameTupleTRowKey1, TRowKey2, TColKey

[Missing <returns> documentation for "M:Deedle.FrameExtensions.GetSlice``3(Deedle.RowSeries{System.Tuple{``0,``1},``2},Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpOption{``0},``1)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RowSeriesTupleTRowKey1, TRowKey2, TColKey. 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