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

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

Parameters

ds
Type: DeedleDataSegmenta

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

Type Parameters

a

Return Value

Type: DataSegmentKind

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

See Also