Click or drag to resize
F# Frame extensionsEqualsGreatera, b Operator
Custom operator that can be used when constructing series from observations or frames from key-row or key-column pairs. The operator simply returns a tuple, but it provides a more convenient syntax. For example: series [ "k1" => 1; "k2" => 15 ] [category:Frame construction]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
C# does not support this operator.

Parameters

a
Type: a

[Missing <param name="a"/> documentation for "M:Deedle.F# Frame extensions.op_EqualsGreater``2(``0,``1)"]

b
Type: b

[Missing <param name="b"/> documentation for "M:Deedle.F# Frame extensions.op_EqualsGreater``2(``0,``1)"]

Type Parameters

a
b

Return Value

Type: Tuplea, b

[Missing <returns> documentation for "M:Deedle.F# Frame extensions.op_EqualsGreater``2(``0,``1)"]

See Also