Click or drag to resize
SeriesExtensionsGetSliceK1, K2, V Method (SeriesTupleK1, K2, V, FSharpOptionK1, FSharpOptionK1, K2)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Series<Tuple<K1, K2>, V> GetSlice<K1, K2, V>(
	this Series<Tuple<K1, K2>, V> series,
	FSharpOption<K1> lo1,
	FSharpOption<K1> hi1,
	K2 k2
)

Parameters

series
Type: DeedleSeriesTupleK1, K2, V

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

lo1
Type: Microsoft.FSharp.CoreFSharpOptionK1

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

hi1
Type: Microsoft.FSharp.CoreFSharpOptionK1

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

k2
Type: K2

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

Type Parameters

K1
K2
V

Return Value

Type: SeriesTupleK1, K2, V

[Missing <returns> documentation for "M:Deedle.SeriesExtensions.GetSlice``3(Deedle.Series{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 SeriesTupleK1, K2, V. 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