IVectorT Properties |
The IVectorT generic type exposes the following members.
Name | Description | |
---|---|---|
AddressingScheme |
Returns the addressing scheme of the index. When creating a series or a frame
this is compared for equality with the addressing scheme of the vector(s).
(Inherited from IVector.) | |
Data |
Returns all data of the vector in one of the supported formats. Depending
on the vector, data may be returned as a continuous block of memory using
`ReadOnlyCollection<T>` or as a lazy sequence `seq<T>`.
| |
ElementType |
Returns the type of elements stored in the current vector as `System.Type`.
This member is mainly used for internal purposes (to invoke a generic function
represented by `VectorCallSite1<R>` with the typed version of the current
vector as an argument.
(Inherited from IVector.) | |
Length |
Returns the number of elements in the vector
(Inherited from IVector.) | |
ObjectSequence |
Returns all values of the vector as a sequence of optional objects
(Inherited from IVector.) | |
SuppressPrinting |
When `true`, the formatter in F# Interactive will not attempt to evaluate the
vector to print it. This is useful when the vector contains lazily loaded data.
(Inherited from IVector.) |