Gets the specified column as a
Double vector.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> GetColumn(
C key
)
Public Function GetColumn (
key As C
) As Vector(Of Double)
public:
Vector<double>^ GetColumn(
C key
)
member GetColumn :
key : 'C -> Vector<float>
Parameters
- key
- Type: C
The key of the column.
Return Value
Type:
VectorDoubleA vector with elements of type
Double.
Reference