Returns the column with the specified key in the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IVector GetColumn<C>(
C key
)
Function GetColumn(Of C) (
key As C
) As IVector
generic<typename C>
IVector^ GetColumn(
C key
)
abstract GetColumn :
key : 'C -> IVector
Parameters
- key
- Type: C
The key of the column to return.
Type Parameters
- C
- The element type of the data frame's column index.
Return Value
Type:
IVector
Reference