Click or drag to resize
SeriesK, VMerge Method (IEnumerableSeriesK, V)
[category:Merging, joining and zipping]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<K, V> Merge(
	IEnumerable<Series<K, V>> otherSeries
)

Parameters

otherSeries
Type: System.Collections.GenericIEnumerableSeriesK, V

[Missing <param name="otherSeries"/> documentation for "M:Deedle.Series`2.Merge(System.Collections.Generic.IEnumerable{Deedle.Series{`0,`1}})"]

Return Value

Type: SeriesK, V

[Missing <returns> documentation for "M:Deedle.Series`2.Merge(System.Collections.Generic.IEnumerable{Deedle.Series{`0,`1}})"]

See Also