F# Vector extensions (core) Methods |
The F# Vector extensions (core) type exposes the following members.
Name | Description | |
---|---|---|
get_DataSequenceT |
Returns the data of the vector as a lazy sequence. (This preserves the
order of elements in the vector and so it also returns missing values.)
| |
SelectT, R |
Apply the specified function to all values stored in the vector and return
a new vector (not necessarily of the same representation) with the results.
The function skips missing values.
|