Click or drag to resize
SeriesK, VZipV2 Method (SeriesK, V2, JoinKind)
[category:Merging, joining and zipping]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<K, Tuple<OptionalValue<V>, OptionalValue<V2>>> Zip<V2>(
	Series<K, V2> otherSeries,
	JoinKind kind
)

Parameters

otherSeries
Type: DeedleSeriesK, V2

[Missing <param name="otherSeries"/> documentation for "M:Deedle.Series`2.Zip``1(Deedle.Series{`0,``0},Deedle.JoinKind)"]

kind
Type: DeedleJoinKind

[Missing <param name="kind"/> documentation for "M:Deedle.Series`2.Zip``1(Deedle.Series{`0,``0},Deedle.JoinKind)"]

Type Parameters

V2

Return Value

Type: SeriesK, TupleOptionalValueV, OptionalValueV2

[Missing <returns> documentation for "M:Deedle.Series`2.Zip``1(Deedle.Series{`0,``0},Deedle.JoinKind)"]

See Also