Click or drag to resize
Pairget1Of3a, b, c Method
Returns the first value of a three-level hierarchical tuple

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

Parameters

v
Type: a

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

_arg1
Type: b

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

_arg2
Type: c

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

Type Parameters

a
b
c

Return Value

Type: a

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

See Also