Click or drag to resize
DataSegmentGetDataa Method
Returns the data property of the specified `DataSegment<T>`

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static a GetData<a>(
	DataSegment<a> ds
)

Parameters

ds
Type: DeedleDataSegmenta

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

Type Parameters

a

Return Value

Type: a

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

See Also