FrameColumnAsT Method |
Namespace: Meta.Numerics.Data
This operation is both time and memory efficient. It does not convert every element into a new list, but instead simply instantiates a converter that implements the list operations directly against the already existing storage.
The type specified by T need not be the same as the underlying stored type of the column. As long as the exposed values can be cast or converted to the specified type, the typed list returned will work as required.