Click or drag to resize
DataSegment|Any|T Method
A complete active pattern that extracts the kind and data from a `DataSegment` value. This makes it easier to write functions that only need data: let sumAny = function DataSegment.Any(_, data) -> Stats.sum data

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax

Parameters

ds
Type: DeedleDataSegmentT

[Missing <param name="ds"/> documentation for "M:Deedle.DataSegment.|Any|``1(Deedle.DataSegment{``0})"]

Type Parameters

T

Return Value

Type: TupleDataSegmentKind, T

[Missing <returns> documentation for "M:Deedle.DataSegment.|Any|``1(Deedle.DataSegment{``0})"]

See Also