Click or drag to resize
Pairget1Of2a, b Method
Returns the first value of a two-level hierarchical tuple

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static a get1Of2<a, b>(
	a v,
	b _arg1
)

Parameters

v
Type: a

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

_arg1
Type: b

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

Type Parameters

a
b

Return Value

Type: a

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

See Also