Click or drag to resize
IVectorObjectSequence Property
Returns all values of the vector as a sequence of optional objects

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
IEnumerable<OptionalValue<Object>> ObjectSequence { get; }

Property Value

Type: IEnumerableOptionalValueObject

[Missing <value> documentation for "P:Deedle.IVector.ObjectSequence"]

See Also