Click or drag to resize
DelayedSeriesCreatea, b Method (a, a, FSharpFuncTuplea, BoundaryBehavior, FSharpFuncTuplea, BoundaryBehavior, FSharpAsyncIEnumerableKeyValuePaira, b)

Note: This API is now obsolete.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[ObsoleteAttribute("The DelayedSeries.Create method has been renamed to DelayedSeries.FromValueLoader")]
public static Series<a, b> Create<a, b>(
	a min,
	a max,
	FSharpFunc<Tuple<a, BoundaryBehavior>, FSharpFunc<Tuple<a, BoundaryBehavior>, FSharpAsync<IEnumerable<KeyValuePair<a, b>>>>> loader
)

Parameters

min
Type: a

[Missing <param name="min"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Control.FSharpAsync{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}}})"]

max
Type: a

[Missing <param name="max"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Control.FSharpAsync{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}}})"]

loader
Type: Microsoft.FSharp.CoreFSharpFuncTuplea, BoundaryBehavior, FSharpFuncTuplea, BoundaryBehavior, FSharpAsyncIEnumerableKeyValuePaira, b

[Missing <param name="loader"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Control.FSharpAsync{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}}})"]

Type Parameters

a
b

Return Value

Type: Seriesa, b

[Missing <returns> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Core.FSharpFunc{System.Tuple{``0,Deedle.Indices.BoundaryBehavior},Microsoft.FSharp.Control.FSharpAsync{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}}})"]

See Also