DelayedSeriesCreatea, b Method (a, a, Funca, BoundaryBehavior, a, BoundaryBehavior, TaskIEnumerableKeyValuePaira, b) |
Note: This API is now obsolete.
Namespace: Deedle
[ObsoleteAttribute("The DelayedSeries.Create method has been renamed to DelayedSeries.FromValueLoader")] public static Series<a, b> Create<a, b>( a min, a max, Func<a, BoundaryBehavior, a, BoundaryBehavior, Task<IEnumerable<KeyValuePair<a, b>>>> loader )
[Missing <param name="min"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]
[Missing <param name="max"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]
[Missing <param name="loader"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]
[Missing <returns> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]