Click or drag to resize
Pairget2Of4a, b, c, d Method
Returns the second value of a four-level hierarchical tuple

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static b get2Of4<a, b, c, d>(
	a _arg1,
	b v,
	c _arg2,
	d _arg3
)

Parameters

_arg1
Type: a

[Missing <param name="_arg1"/> documentation for "M:Deedle.Pair.get2Of4``4(``0,``1,``2,``3)"]

v
Type: b

[Missing <param name="v"/> documentation for "M:Deedle.Pair.get2Of4``4(``0,``1,``2,``3)"]

_arg2
Type: c

[Missing <param name="_arg2"/> documentation for "M:Deedle.Pair.get2Of4``4(``0,``1,``2,``3)"]

_arg3
Type: d

[Missing <param name="_arg3"/> documentation for "M:Deedle.Pair.get2Of4``4(``0,``1,``2,``3)"]

Type Parameters

a
b
c
d

Return Value

Type: b

[Missing <returns> documentation for "M:Deedle.Pair.get2Of4``4(``0,``1,``2,``3)"]

See Also