Click or drag to resize
DataSegmentTData Property
Returns the data associated with the segment (for boundary segment, this may be smaller than the required window size)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public T Data { get; }

Property Value

Type: T

[Missing <value> documentation for "P:Deedle.DataSegment`1.Data"]

See Also